Searched refs:bio_s_out (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/crypto/openssl/apps/
H A Ds_server.c313 static BIO *bio_s_out = NULL; variable
358 BIO_printf(bio_s_out, "psk_server_cb\n");
364 BIO_printf(bio_s_out, "identity_len=%d identity=%s\n",
369 BIO_printf(bio_s_out, "PSK error: client identity not found"
374 BIO_printf(bio_s_out, "PSK client identity found\n");
395 BIO_printf(bio_s_out, "fetched PSK len=%ld\n", key_len);
479 bio_s_out = NULL;
1040 BIO_printf(bio_s_out, "ALPN protocols advertised by the client: ");
1043 BIO_write(bio_s_out, ", ", 2);
1044 BIO_write(bio_s_out,
[all...]

Completed in 74 milliseconds