Home
last modified time | relevance | path

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

/external/openssl/crypto/pem/
Dpvkfmt.c270 static EVP_PKEY *do_b2i_bio(BIO *in, int ispub) in do_b2i_bio() function
432 return do_b2i_bio(in, 0); in b2i_PrivateKey_bio()
437 return do_b2i_bio(in, 1); in b2i_PublicKey_bio()