Searched refs:bio_s_out (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Ds_server.c286 static BIO *bio_s_out=NULL; variable
324 BIO_printf(bio_s_out,"psk_server_cb\n");
331 BIO_printf(bio_s_out,"identity_len=%d identity=%s\n",
337 BIO_printf(bio_s_out, "PSK error: client identity not found"
343 BIO_printf(bio_s_out, "PSK client identity found\n");
370 BIO_printf(bio_s_out, "fetched PSK len=%d\n", psk_len);
447 bio_s_out=NULL;
1508 if (bio_s_out == NULL)
1512 bio_s_out=BIO_new(BIO_s_null());
1516 if (bio_s_out
[all...]

Completed in 453 milliseconds