Home
last modified time | relevance | path

Searched refs:SSL_use_PrivateKey (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_use_certificate.pod12 SSL_use_PrivateKey_file, SSL_use_PrivateKey_ASN1, SSL_use_PrivateKey,
39 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
93 to B<ctx>. SSL_use_PrivateKey() adds B<pkey> as private key to B<ssl>;
99 SSL_CTX_use_PrivateKey() or SSL_use_PrivateKey().
H A DSSL_CTX_set_cert_cb.pod38 SSL_use_PrivateKey() to set the end entity certificate and private key.
/freebsd/crypto/openssl/ssl/
H A Dssl_rsa_legacy.c38 ret = SSL_use_PrivateKey(ssl, pkey); in SSL_use_RSAPrivateKey()
H A Dssl_rsa.c138 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) in SSL_use_PrivateKey() function
185 ret = SSL_use_PrivateKey(ssl, pkey); in SSL_use_PrivateKey_file()
206 ret = SSL_use_PrivateKey(ssl, pkey); in SSL_use_PrivateKey_ASN1()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c485 SSL_use_PrivateKey(ssl2, the_key); in regress_bufferevent_openssl()
589 SSL_use_PrivateKey(ssl, the_key); in acceptcb()
865 SSL_use_PrivateKey(ssl, the_key); in wm_acceptcb()
H A Dregress_http.c126 SSL_use_PrivateKey(ssl, ssl_getkey()); in https_bev()
/freebsd/contrib/libevent/test/
H A Dregress_ssl.c485 SSL_use_PrivateKey(ssl2, the_key); in regress_bufferevent_openssl()
589 SSL_use_PrivateKey(ssl, the_key); in acceptcb()
865 SSL_use_PrivateKey(ssl, the_key); in wm_acceptcb()
H A Dregress_http.c126 SSL_use_PrivateKey(ssl, ssl_getkey()); in https_bev()
/freebsd/secure/lib/libssl/
H A DVersion.map374 SSL_use_PrivateKey;
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c3620 if (SSL_use_PrivateKey(ssl, pkey) != 1) in tls_parse_pkcs12()
3878 if (SSL_use_PrivateKey(conn->ssl, conn->private_key) != 1) { in tls_connection_engine_private_key()
3942 ret = SSL_use_PrivateKey(ssl, pkey); in tls_use_private_key_file()
4019 if (SSL_use_PrivateKey(conn->ssl, pkey) == 1) { in tls_connection_private_key()
/freebsd/crypto/openssl/util/
H A Dlibssl.num190 SSL_use_PrivateKey 191 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c963 || !SSL_use_PrivateKey(ssl, exc->key)) { in set_cert_cb()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c3467 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) in tls_prepare_client_certificate()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1666 __owur int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
H A Dssl.h.in1594 __owur int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4214 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_PrivateKey.3