Searched refs:SSL_use_RSAPrivateKey (Results 1 – 8 of 8) sorted by relevance
17 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) in SSL_use_RSAPrivateKey() function75 ret = SSL_use_RSAPrivateKey(ssl, rsa); in SSL_use_RSAPrivateKey_file()94 ret = SSL_use_RSAPrivateKey(ssl, rsa); in SSL_use_RSAPrivateKey_ASN1()
13 SSL_use_RSAPrivateKey, SSL_use_RSAPrivateKey_ASN1,42 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);94 SSL_use_RSAPrivateKey() adds B<rsa> as private key of type RSA to B<ssl>.
377 SSL_use_RSAPrivateKey;
68 SSL_use_RSAPrivateKey 69 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
1661 OSSL_DEPRECATEDIN_3_0 __owur int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
1589 OSSL_DEPRECATEDIN_3_0 __owur int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
644 if (!SSL_use_RSAPrivateKey(ssl, rsa)) in tls_cryptoapi_cert()
4217 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_RSAPrivateKey.3