Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_pkey.c145 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) in SSL_use_PrivateKey() function
205 ret = SSL_use_PrivateKey(ssl, pk); in SSL_use_PrivateKey_ASN1()
/third_party/openssl/doc/man3/
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().
DSSL_CTX_set_cert_cb.pod40 SSL_use_PrivateKey() to set the end entity certificate and private key.
/third_party/openssl/ssl/
Dssl_rsa.c223 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) in SSL_use_PrivateKey() function
267 ret = SSL_use_PrivateKey(ssl, pkey); in SSL_use_PrivateKey_file()
287 ret = SSL_use_PrivateKey(ssl, pkey); in SSL_use_PrivateKey_ASN1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c3477 if (SSL_use_PrivateKey(ssl, pkey) != 1) in tls_parse_pkcs12()
3735 if (SSL_use_PrivateKey(conn->ssl, conn->private_key) != 1) { in tls_connection_engine_private_key()
3799 ret = SSL_use_PrivateKey(ssl, pkey); in tls_use_private_key_file()
3821 ret = SSL_use_PrivateKey(ssl, pkey); in tls_use_cm_key()
3892 if (SSL_use_PrivateKey(conn->ssl, pkey) == 1) { in tls_connection_private_key()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc174 if (pkey && !SSL_use_PrivateKey(ssl, pkey.get())) { in InstallCertificate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c3348 if (SSL_use_PrivateKey(ssl, pkey) != 1) in tls_parse_pkcs12()
3606 if (SSL_use_PrivateKey(conn->ssl, conn->private_key) != 1) { in tls_connection_engine_private_key()
3670 ret = SSL_use_PrivateKey(ssl, pkey); in tls_use_private_key_file()
/third_party/openssl/apps/
Ds_cb.c927 || !SSL_use_PrivateKey(ssl, exc->key)) { in set_cert_cb()
/third_party/openssl/util/
Dlibssl.num190 SSL_use_PrivateKey 191 1_1_0 EXIST::FUNCTION:
/third_party/node/src/
Dnode_crypto_common.cc169 if (err == 1) err = SSL_use_PrivateKey(ssl.get(), pkey); in UseSNIContext()
/third_party/libcoap/src/
Dcoap_openssl.c1493 if (!pkey || !SSL_use_PrivateKey(ssl, pkey)) { in setup_pki_ssl()
1647 if (!SSL_use_PrivateKey(ssl, pkey)) { in setup_pki_ssl()
/third_party/openssl/doc/man7/
Dssl.pod695 =item int B<SSL_use_PrivateKey>(SSL *ssl, EVP_PKEY *pkey);
/third_party/openssl/include/openssl/
Dssl.h1563 __owur int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
/third_party/openssl/ssl/statem/
Dstatem_clnt.c3506 if (!SSL_use_certificate(s, x509) || !SSL_use_PrivateKey(s, pkey)) in tls_prepare_client_certificate()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h508 #define SSL_use_PrivateKey BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_use_PrivateKey) macro
/third_party/openssl/crypto/err/
Dopenssl.txt1350 SSL_F_SSL_USE_PRIVATEKEY:201:SSL_use_PrivateKey