Searched refs:ssl_path_err (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/nsd/dist/ |
H A D | nsd-control.c | 90 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN; 155 static void ssl_path_err(const char* s, const char *path) in ssl_path_err() function 207 ssl_path_err("Error setting up SSL_CTX client cert", c_cert); in setup_ctx() 209 ssl_path_err("Error setting up SSL_CTX client key", c_key); in setup_ctx() 213 ssl_path_err("Error setting up SSL_CTX verify, server cert", in setup_ctx()
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-control.c | 85 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN; 497 static void ssl_path_err(const char* s, const char *path) in ssl_path_err() function 542 ssl_path_err("Error setting up SSL_CTX client cert", c_cert); in setup_ctx() 544 ssl_path_err("Error setting up SSL_CTX client key", c_key); in setup_ctx() 548 ssl_path_err("Error setting up SSL_CTX verify, server cert", in setup_ctx()
|