Searched refs:bio_s_msg (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c314 static BIO *bio_s_msg = NULL; variable
1379 bio_s_msg = BIO_new_file(*(++argv), "w");
1749 if (s_msg && !bio_s_msg)
1750 bio_s_msg = BIO_new_fp(stdout, BIO_NOCLOSE);
2142 if (bio_s_msg != NULL) {
2143 BIO_free(bio_s_msg);
2144 bio_s_msg = NULL;
2308 SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);
2875 SSL_set_msg_callback_arg(con, bio_s_msg
[all...]

Completed in 109 milliseconds