Searched refs:log_crypto_err_io (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | net_help.h | 447 void log_crypto_err_io(const char* str, int r);
|
H A D | netevent.c | 3611 log_crypto_err_io("could not SSL_read", 3679 log_crypto_err_io("could not SSL_read", 3740 log_crypto_err_io("could not SSL_read", want); 3790 log_crypto_err_io("could not SSL_read", want); 3881 log_crypto_err_io("could not SSL_write", want); 3933 log_crypto_err_io("could not SSL_write", want); 4728 log_crypto_err_io("could not SSL_read", want); 5186 log_crypto_err_io("could not SSL_read", want); 5441 log_crypto_err_io("could not SSL_write", want); 5514 log_crypto_err_io("could not SSL_write", want);
|
H A D | net_help.c | 1066 void log_crypto_err_io(const char* str, int r) in log_crypto_err_io() function
|
/freebsd/contrib/unbound/dnstap/ |
H A D | unbound-dnstap-socket.c | 806 log_crypto_err_io("could not SSL_read", want); in ssl_read_bytes() 849 log_crypto_err_io("could not SSL_write", r2); in reply_with_accept() 897 log_crypto_err_io("could not SSL_write", r2); in reply_with_finish()
|
H A D | dtstream.c | 797 log_crypto_err_io("dnstap io, could not SSL_write", want); in dtio_write_ssl() 1038 log_crypto_err_io("could not SSL_read", want); in ssl_read_bytes()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 540 log_crypto_err_io("could not SSL_write", r2); in ssl_print_text() 596 log_crypto_err_io("could not SSL_read", r2); in ssl_read_line() 3662 log_crypto_err_io("could not SSL_read", r2); in handle_req() 3729 log_crypto_err_io("remote control failed ssl", r2); in remote_handshake_later()
|