Searched refs:bio_c_out (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 65 static BIO *bio_c_out = NULL; variable 106 BIO_printf(bio_c_out, "psk_client_cb\n"); in psk_client_cb() 110 BIO_printf(bio_c_out, in psk_client_cb() 113 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint); in psk_client_cb() 123 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity, in psk_client_cb() 145 BIO_printf(bio_c_out, "created PSK len=%ld\n", key_len); in psk_client_cb() 257 BIO_printf(bio_c_out, "Protocols advertised by server: "); in next_proto_cb() 260 BIO_write(bio_c_out, ", ", 2); in next_proto_cb() 261 BIO_write(bio_c_out, &in[i + 1], in[i]); in next_proto_cb() 264 BIO_write(bio_c_out, "\n", 1); in next_proto_cb() [all …]
|