Searched refs:bmeth (Results 1 – 1 of 1) sorted by relevance
946 const BIO_METHOD *bmeth; in PEM_read_bio_ex() local960 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()