Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c922 const BIO_METHOD *bmeth; in PEM_read_bio_ex() local
936 bmeth = (flags & PEM_FLAG_SECURE) ? BIO_s_secmem() : BIO_s_mem(); in PEM_read_bio_ex()
938 headerB = BIO_new(bmeth); in PEM_read_bio_ex()
939 dataB = BIO_new(bmeth); in PEM_read_bio_ex()