Home
last modified time | relevance | path

Searched refs:bio_stdout (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dssl_old_test.c106 static BIO *bio_stdout = NULL; variable
154 BIO_printf(bio_stdout, "Client NPN: "); in verify_npn()
155 BIO_write(bio_stdout, client_s, client_len); in verify_npn()
156 BIO_printf(bio_stdout, "\n"); in verify_npn()
160 BIO_printf(bio_stdout, "Server NPN: "); in verify_npn()
161 BIO_write(bio_stdout, server_s, server_len); in verify_npn()
162 BIO_printf(bio_stdout, "\n"); in verify_npn()
214 BIO_printf(bio_stdout, "Servername 2 is NULL\n"); in servername_cb()
221 BIO_printf(bio_stdout, "Switching server context.\n"); in servername_cb()
237 BIO_printf(bio_stdout, "Servername: expected context %d\n", sn_expect); in verify_servername()
[all …]