Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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()
/freebsd-14.2/contrib/unbound/services/
H A Dlisten_dnsport.c4611 log_crypto_err("Could not SSL_CTX_new"); in doq_ctx_server_setup()
4630 log_crypto_err("doq: error in " in doq_ctx_server_setup()
4639 log_crypto_err("doq: error in SSL_CTX_use_PrivateKey_file"); in doq_ctx_server_setup()
4646 log_crypto_err("doq: error in SSL_CTX_check_private_key"); in doq_ctx_server_setup()
4656 log_crypto_err("doq: error in " in doq_ctx_server_setup()
4708 log_crypto_err("doq: SSL_new failed"); in doq_ssl_server_setup()