Searched refs:pem_read_bio_key (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_pkey.c | 214 static EVP_PKEY *pem_read_bio_key(BIO *bp, EVP_PKEY **x, in pem_read_bio_key() function 266 return pem_read_bio_key(bp, x, cb, u, libctx, propq, in PEM_read_bio_PUBKEY_ex() 304 return pem_read_bio_key(bp, x, cb, u, libctx, propq, in PEM_read_bio_PrivateKey_ex() 381 return pem_read_bio_key(bp, x, no_password_cb, NULL, libctx, propq, in PEM_read_bio_Parameters_ex()
|