Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_rsa.c245 rsa = PEM_read_bio_RSAPrivateKey(in, NULL, in SSL_use_RSAPrivateKey_file()
541 rsa = PEM_read_bio_RSAPrivateKey(in, NULL, in SSL_CTX_use_RSAPrivateKey_file()
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_all.c316 PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, void *u) in PEM_read_bio_RSAPrivateKey() function