Home
last modified time | relevance | path

Searched refs:SSL_use_RSAPrivateKey (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_rsa_legacy.c17 int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa) in SSL_use_RSAPrivateKey() function
75 ret = SSL_use_RSAPrivateKey(ssl, rsa); in SSL_use_RSAPrivateKey_file()
94 ret = SSL_use_RSAPrivateKey(ssl, rsa); in SSL_use_RSAPrivateKey_ASN1()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_use_certificate.pod13 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>.
/freebsd/secure/lib/libssl/
H A DVersion.map377 SSL_use_RSAPrivateKey;
/freebsd/crypto/openssl/util/
H A Dlibssl.num68 SSL_use_RSAPrivateKey 69 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1661 OSSL_DEPRECATEDIN_3_0 __owur int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
H A Dssl.h.in1589 OSSL_DEPRECATEDIN_3_0 __owur int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c644 if (!SSL_use_RSAPrivateKey(ssl, rsa)) in tls_cryptoapi_cert()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4217 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_RSAPrivateKey.3