Searched refs:SSL_use_RSAPrivateKey (Results 1 – 4 of 4) sorted by relevance
296 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) { in SSL_use_RSAPrivateKey() function319 return SSL_use_RSAPrivateKey(ssl, rsa.get()); in SSL_use_RSAPrivateKey_ASN1()
326 ret = SSL_use_RSAPrivateKey(ssl, rsa); in SSL_use_RSAPrivateKey_file()
1041 OPENSSL_EXPORT int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
593 if (!SSL_use_RSAPrivateKey(ssl, rsa)) in tls_cryptoapi_cert()