Searched refs:bio_c_out (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/apps/ |
H A D | s_client.c | 217 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); 531 BIO_printf(bio_c_out, "Protocols advertised by server: "); 535 BIO_write(bio_c_out, ", ", 2); 536 BIO_write(bio_c_out, &in[i + 1], in[i]); 539 BIO_write(bio_c_out, "\ [all...] |
/external/openssl/apps/ |
H A D | s_client.c | 217 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); 533 BIO_printf(bio_c_out, "Protocols advertised by server: "); 537 BIO_write(bio_c_out, ", ", 2); 538 BIO_write(bio_c_out, &in[i + 1], in[i]); 541 BIO_write(bio_c_out, "\ [all...] |
Completed in 43 milliseconds