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.c946 const BIO_METHOD *bmeth; in PEM_read_bio_ex() local
960 bmeth = (flags & PEM_FLAG_SECURE) ? BIO_s_secmem() : BIO_s_mem(); in PEM_read_bio_ex()
962 headerB = BIO_new(bmeth); in PEM_read_bio_ex()
963 dataB = BIO_new(bmeth); in PEM_read_bio_ex()