Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_privkey.cc296 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) { in SSL_use_RSAPrivateKey() function
319 return SSL_use_RSAPrivateKey(ssl, rsa.get()); in SSL_use_RSAPrivateKey_ASN1()
Dssl_file.cc326 ret = SSL_use_RSAPrivateKey(ssl, rsa); in SSL_use_RSAPrivateKey_file()
/external/boringssl/src/include/openssl/
Dssl.h1041 OPENSSL_EXPORT int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c593 if (!SSL_use_RSAPrivateKey(ssl, rsa)) in tls_cryptoapi_cert()