Searched refs:SSL_use_RSAPrivateKey (Results 1 – 5 of 5) sorted by relevance
17 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) in SSL_use_RSAPrivateKey() function80 ret = SSL_use_RSAPrivateKey(ssl, rsa); in SSL_use_RSAPrivateKey_file()99 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>.
68 SSL_use_RSAPrivateKey 69 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
244 | `SSL_use_RSAPrivateKey` | HL | U | A | NC\* | Done …
1621 OSSL_DEPRECATEDIN_3_0 __owur int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
Completed in 126 milliseconds