Home
last modified time | relevance | path

Searched refs:SSL_CTX_use_RSAPrivateKey (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_rsa_legacy.c99 int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa) in SSL_CTX_use_RSAPrivateKey() function
157 ret = SSL_CTX_use_RSAPrivateKey(ctx, rsa); in SSL_CTX_use_RSAPrivateKey_file()
177 ret = SSL_CTX_use_RSAPrivateKey(ctx, rsa); in SSL_CTX_use_RSAPrivateKey_ASN1()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_use_certificate.pod10 SSL_CTX_use_PrivateKey_file, SSL_CTX_use_RSAPrivateKey,
36 int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa);
92 SSL_CTX_use_RSAPrivateKey() adds the private key B<rsa> of type RSA
/freebsd/secure/lib/libssl/
H A DVersion.map162 SSL_CTX_use_RSAPrivateKey;
/freebsd/crypto/openssl/util/
H A Dlibssl.num28 SSL_CTX_use_RSAPrivateKey 29 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1810 __owur int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa);
H A Dssl.h.in1738 __owur int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3930 MLINKS+= SSL_CTX_use_certificate.3 SSL_CTX_use_RSAPrivateKey.3