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

/external/openssl/apps/
H A Ds_client.c217 static BIO *bio_c_out=NULL; variable
235 BIO_printf(bio_c_out, "psk_client_cb\n");
240 BIO_printf(bio_c_out,"NULL received PSK identity hint, continuing anyway\n");
243 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
250 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity, ret);
274 BIO_printf(bio_c_out, "created PSK len=%d\n", psk_len);
526 BIO_printf(bio_c_out, "Protocols advertised by server: ");
530 BIO_write(bio_c_out, ", ", 2);
531 BIO_write(bio_c_out, &in[i + 1], in[i]);
534 BIO_write(bio_c_out, "\
[all...]

Completed in 70 milliseconds