Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_all.c348 PEM_read_bio_RSAPublicKey(BIO *bp, RSA **x, pem_password_cb *cb, void *u) in PEM_read_bio_RSAPublicKey() function
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.c730 rsa = PEM_read_bio_RSAPublicKey(key, NULL, password_callback, &cb_data); in load_pubkey()