Searched refs:SSL_use_PrivateKey (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_use_certificate.pod | 12 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 D | SSL_CTX_set_cert_cb.pod | 38 SSL_use_PrivateKey() to set the end entity certificate and private key.
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_rsa_legacy.c | 38 ret = SSL_use_PrivateKey(ssl, pkey); in SSL_use_RSAPrivateKey()
|
H A D | ssl_rsa.c | 138 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 D | regress_ssl.c | 485 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 D | regress_http.c | 126 SSL_use_PrivateKey(ssl, ssl_getkey()); in https_bev()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_ssl.c | 485 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 D | regress_http.c | 126 SSL_use_PrivateKey(ssl, ssl_getkey()); in https_bev()
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 374 SSL_use_PrivateKey;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 3620 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 D | libssl.num | 190 SSL_use_PrivateKey 191 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 963 || !SSL_use_PrivateKey(ssl, exc->key)) { in set_cert_cb()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 3467 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) in tls_prepare_client_certificate()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 1666 __owur int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
|
H A D | ssl.h.in | 1594 __owur int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4214 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_PrivateKey.3
|