Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/openssl/
Ds_cb.c220 if (!SSL_CTX_check_private_key(ctx)) { in set_cert_stuff()
248 if (!SSL_CTX_check_private_key(ctx)) { in set_cert_key_stuff()
/openbsd/src/regress/lib/libssl/interop/
Dclient.c165 if (SSL_CTX_check_private_key(ctx) <= 0) in main()
Dserver.c190 if (SSL_CTX_check_private_key(ctx) <= 0) in main()
/openbsd/src/lib/libssl/
DSymbols.list42 SSL_CTX_check_private_key
Dssl_lib.c992 SSL_CTX_check_private_key(const SSL_CTX *ctx) in SSL_CTX_check_private_key() function
1006 LSSL_ALIAS(SSL_CTX_check_private_key);
Dssl.h1248 int SSL_CTX_check_private_key(const SSL_CTX *ctx);
/openbsd/src/usr.sbin/nsd/
Dnsd-control.c210 if(!SSL_CTX_check_private_key(ctx)) in setup_ctx()
Dserver.c2141 if(!SSL_CTX_check_private_key(ctx)) { in server_tls_ctx_setup()
/openbsd/src/usr.sbin/unbound/testcode/
Dpetal.c254 if(!SSL_CTX_check_private_key(ctx)) in setup_ctx()
/openbsd/src/sbin/unwind/libunbound/util/
Dnet_help.c1276 if(!SSL_CTX_check_private_key(ctx)) { in listen_sslctx_create()
1447 if(!SSL_CTX_check_private_key(ctx)) { in connect_sslctx_create()
/openbsd/src/usr.sbin/unbound/util/
Dnet_help.c1276 if(!SSL_CTX_check_private_key(ctx)) { in listen_sslctx_create()
1447 if(!SSL_CTX_check_private_key(ctx)) { in connect_sslctx_create()
/openbsd/src/lib/libtls/
Dtls.c522 SSL_CTX_check_private_key(ssl_ctx) != 1) { in tls_configure_ssl_keypair()
/openbsd/src/usr.sbin/nsd/dnstap/
Ddnstap.c218 if(!SSL_CTX_check_private_key(dtw->ctx)) { in tls_writer_init()
/openbsd/src/usr.sbin/unbound/smallapp/
Dunbound-control.c557 if(!SSL_CTX_check_private_key(ctx)) in setup_ctx()
/openbsd/src/usr.sbin/unbound/daemon/
Dremote.c149 if(!SSL_CTX_check_private_key(rc->ctx)) { in remote_setup_ctx()