Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_rsa.c295 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey) in SSL_use_PrivateKey() function
353 ret=SSL_use_PrivateKey(ssl,pkey); in SSL_use_PrivateKey_file()
374 ret=SSL_use_PrivateKey(ssl,pkey); in SSL_use_PrivateKey_ASN1()
Ds2_clnt.c820 !SSL_use_PrivateKey(s,pkey)) in client_certificate()
Dd1_clnt.c1494 !SSL_use_PrivateKey(s,pkey)) in dtls1_send_client_certificate()
Dssl.h1527 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
Ds3_clnt.c2876 !SSL_use_PrivateKey(s,pkey)) in ssl3_send_client_certificate()
/external/wpa_supplicant/
Dtls_openssl.c1464 if (SSL_use_PrivateKey(ssl, pkey) != 1) in tls_parse_pkcs12()
1557 if (SSL_use_PrivateKey(conn->ssl, conn->private_key) != 1) { in tls_connection_engine_private_key()
1660 if (SSL_use_PrivateKey(conn->ssl, pkey) == 1) { in tls_connection_private_key()
/external/openssl/patches/
Djsse.patch21 @@ -1524,6 +1528,8 @@ int SSL_use_PrivateKey(SSL *ssl, EVP_PKE
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_openssl.c1460 if (SSL_use_PrivateKey(ssl, pkey) != 1) in tls_parse_pkcs12()
1657 if (SSL_use_PrivateKey(conn->ssl, conn->private_key) != 1) { in tls_connection_engine_private_key()
1760 if (SSL_use_PrivateKey(conn->ssl, pkey) == 1) { in tls_connection_private_key()
/external/openssl/include/openssl/
Dssl.h1527 int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);