Searched refs:bio_s_out (Results 1 – 1 of 1) sorted by relevance
238 static BIO *bio_s_out=NULL; variable266 bio_s_out=NULL; in s_server_init()719 if (bio_s_out == NULL) in MAIN()723 bio_s_out=BIO_new(BIO_s_null()); in MAIN()727 if (bio_s_out == NULL) in MAIN()728 bio_s_out=BIO_new_fp(stdout,BIO_NOCLOSE); in MAIN()807 BIO_printf(bio_s_out,"Setting temp DH parameters\n"); in MAIN()811 BIO_printf(bio_s_out,"Using default temp DH parameters\n"); in MAIN()814 (void)BIO_flush(bio_s_out); in MAIN()838 BIO_printf(bio_s_out,"Generating temp (512 bit) RSA key..."); in MAIN()[all …]