Home
last modified time | relevance | path

Searched refs:SSL_use_RSAPrivateKey (Results 1 – 5 of 5) sorted by relevance

/external/openssl/ssl/
Dssl_rsa.c152 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) in SSL_use_RSAPrivateKey() function
268 ret=SSL_use_RSAPrivateKey(ssl,rsa); in SSL_use_RSAPrivateKey_file()
289 ret=SSL_use_RSAPrivateKey(ssl,rsa); in SSL_use_RSAPrivateKey_ASN1()
Dssl.h1716 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
/external/openssl/include/openssl/
Dssl.h1716 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_openssl.c400 if (!SSL_use_RSAPrivateKey(ssl, rsa)) in tls_cryptoapi_cert()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c404 if (!SSL_use_RSAPrivateKey(ssl, rsa)) in tls_cryptoapi_cert()