Searched refs:log_crypto_err_io (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | dohclient.c | 289 log_crypto_err_io("could not SSL_read", want); in http2_recv_cb() 320 log_crypto_err_io("could not SSL_write", want); in http2_send_cb() 529 log_crypto_err_io("could not ssl_handshake", r); in run()
|
H A D | streamtcp.c | 469 log_crypto_err_io("could not ssl_handshake", r); in send_em()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | net_help.h | 439 void log_crypto_err_io(const char* str, int r);
|
H A D | netevent.c | 1826 log_crypto_err_io("could not SSL_read", 1894 log_crypto_err_io("could not SSL_read", 1955 log_crypto_err_io("could not SSL_read", want); 2005 log_crypto_err_io("could not SSL_read", want); 2096 log_crypto_err_io("could not SSL_write", want); 2148 log_crypto_err_io("could not SSL_write", want); 2942 log_crypto_err_io("could not SSL_read", want); 3393 log_crypto_err_io("could not SSL_read", want); 3648 log_crypto_err_io("could not SSL_write", want); 3721 log_crypto_err_io("could not SSL_write", want);
|
H A D | net_help.c | 1039 void log_crypto_err_io(const char* str, int r) in log_crypto_err_io() function
|
/netbsd-src/external/bsd/unbound/dist/dnstap/ |
H A D | unbound-dnstap-socket.c | 711 log_crypto_err_io("could not SSL_read", want); in ssl_read_bytes() 767 log_crypto_err_io("could not SSL_write", r2); in reply_with_accept() 813 log_crypto_err_io("could not SSL_write", r2); in reply_with_finish()
|
H A D | dtstream.c | 791 log_crypto_err_io("dnstap io, could not SSL_write", want); in dtio_write_ssl() 1032 log_crypto_err_io("could not SSL_read", want); in ssl_read_bytes()
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | remote.c | 532 log_crypto_err_io("could not SSL_write", r2); in ssl_print_text() 588 log_crypto_err_io("could not SSL_read", r2); in ssl_read_line() 3230 log_crypto_err_io("could not SSL_read", r2); in handle_req() 3297 log_crypto_err_io("remote control failed ssl", r2); in remote_handshake_later()
|