Home
last modified time | relevance | path

Searched refs:log_crypto_err (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnet_help.c955 log_crypto_err(const char* str) in log_crypto_err() function
1047 else log_crypto_err(buf); in log_crypto_err_io_code_arg()
1051 else log_crypto_err(str); in log_crypto_err_io_code_arg()
1247 log_crypto_err("could not SSL_CTX_new"); in listen_sslctx_create()
1437 log_crypto_err("error in certificate file"); in connect_sslctx_create()
1443 log_crypto_err("error in key file"); in connect_sslctx_create()
1457 log_crypto_err("error in SSL_CTX verify"); in connect_sslctx_create()
1493 log_crypto_err("could not SSL_new"); in incoming_ssl_fd()
1499 log_crypto_err("could not SSL_set_fd"); in incoming_ssl_fd()
1515 log_crypto_err("could not SSL_new"); in outgoing_ssl_fd()
[all …]
H A Dnet_help.h431 void log_crypto_err(const char* str);
/freebsd/contrib/unbound/daemon/
H A Dremote.c125 log_crypto_err("could not SSL_CTX_new"); in remote_setup_ctx()
141 log_crypto_err("Error in SSL_CTX use_certificate_chain_file"); in remote_setup_ctx()
146 log_crypto_err("Error in SSL_CTX use_PrivateKey_file"); in remote_setup_ctx()
151 log_crypto_err("Error in SSL_CTX check_private_key"); in remote_setup_ctx()
156 log_crypto_err("Error setting up SSL_CTX verify locations"); in remote_setup_ctx()
469 log_crypto_err("could not SSL_new"); in remote_accept_callback()
477 log_crypto_err("could not SSL_set_fd"); in remote_accept_callback()