Searched refs:SSL_CTX_check_private_key (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/usr.bin/openssl/
H A Ds_cb.c222 if (!SSL_CTX_check_private_key(ctx)) {
250 if (!SSL_CTX_check_private_key(ctx)) {
/openbsd-current/regress/lib/libssl/interop/
H A Dclient.c165 if (SSL_CTX_check_private_key(ctx) <= 0)
166 err_ssl(1, "SSL_CTX_check_private_key");
H A Dserver.c190 if (SSL_CTX_check_private_key(ctx) <= 0)
191 err_ssl(1, "SSL_CTX_check_private_key");
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h219 LSSL_USED(SSL_CTX_check_private_key); variable
/openbsd-current/usr.sbin/nsd/
H A Dnsd-control.c210 if(!SSL_CTX_check_private_key(ctx))
H A Dserver.c2141 if(!SSL_CTX_check_private_key(ctx)) {
/openbsd-current/usr.sbin/unbound/testcode/
H A Dpetal.c254 if(!SSL_CTX_check_private_key(ctx))
/openbsd-current/usr.sbin/unbound/util/
H A Dnet_help.c1261 if(!SSL_CTX_check_private_key(ctx)) {
1432 if(!SSL_CTX_check_private_key(ctx)) {
1434 log_crypto_err("error in SSL_CTX_check_private_key");
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnet_help.c1261 if(!SSL_CTX_check_private_key(ctx)) {
1432 if(!SSL_CTX_check_private_key(ctx)) {
1434 log_crypto_err("error in SSL_CTX_check_private_key");
/openbsd-current/usr.sbin/nsd/dnstap/
H A Ddnstap.c218 if(!SSL_CTX_check_private_key(dtw->ctx)) {
219 log_msg(LOG_ERR, "dnstap: SSL_CTX_check_private_key failed for %s", tls_client_key_file);
/openbsd-current/lib/libtls/
H A Dtls.c522 SSL_CTX_check_private_key(ssl_ctx) != 1) {
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-control.c546 if(!SSL_CTX_check_private_key(ctx))
/openbsd-current/lib/libssl/
H A Dssl_lib.c992 SSL_CTX_check_private_key(const SSL_CTX *ctx) function
1006 LSSL_ALIAS(SSL_CTX_check_private_key); variable
H A Dssl.h1254 int SSL_CTX_check_private_key(const SSL_CTX *ctx);
/openbsd-current/usr.sbin/unbound/daemon/
H A Dremote.c141 if(!SSL_CTX_check_private_key(rc->ctx)) {

Completed in 331 milliseconds