Searched refs:SSL_use_RSAPrivateKey (Results 1 – 5 of 5) sorted by relevance
75 return SSL_use_RSAPrivateKey(ssl, rsa.get()); in SSL_use_RSAPrivateKey_ASN1()
326 ret = SSL_use_RSAPrivateKey(ssl, rsa); in SSL_use_RSAPrivateKey_file()
95 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) { in SSL_use_RSAPrivateKey() function
997 OPENSSL_EXPORT int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
567 if (!SSL_use_RSAPrivateKey(ssl, rsa)) in tls_cryptoapi_cert()