Searched refs:SSL_use_RSAPrivateKey (Results 1 – 4 of 4) sorted by relevance
103 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) { in SSL_use_RSAPrivateKey() function157 int ret = SSL_use_RSAPrivateKey(ssl, rsa); in SSL_use_RSAPrivateKey_ASN1()
373 ret = SSL_use_RSAPrivateKey(ssl, rsa); in SSL_use_RSAPrivateKey_file()
857 OPENSSL_EXPORT int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
555 if (!SSL_use_RSAPrivateKey(ssl, rsa)) in tls_cryptoapi_cert()