Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/ssl/
H A Dssl_rsa.c497 SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa) in SSL_CTX_use_RSAPrivateKey() function
552 ret = SSL_CTX_use_RSAPrivateKey(ctx, rsa); in SSL_CTX_use_RSAPrivateKey_file()
570 ret = SSL_CTX_use_RSAPrivateKey(ctx, rsa); in SSL_CTX_use_RSAPrivateKey_ASN1()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dssl.h1264 int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa);