Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/ssl/
HDssl_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-head/crypto/openssl/doc/man3/
HDSSL_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-head/secure/lib/libssl/
HDVersion.map162 SSL_CTX_use_RSAPrivateKey;
/freebsd-head/crypto/openssl/util/
HDlibssl.num28 SSL_CTX_use_RSAPrivateKey 29 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/freebsd-head/crypto/openssl/include/openssl/
HDssl.h1810 __owur int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa);
HDssl.h.in1738 __owur int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa);
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile3930 MLINKS+= SSL_CTX_use_certificate.3 SSL_CTX_use_RSAPrivateKey.3