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