Searched refs:BIO_TYPE_MEM (Results 1 – 6 of 6) sorted by relevance
17 #define BIO_TYPE_MEM (1|0x0400)44 at BIO B<b>. If B<type> is a specific type (such as BIO_TYPE_MEM) then a search
73 BIO_TYPE_MEM,
138 BIO_TYPE_MEM,"syslog",
80 #define BIO_TYPE_MEM (1|0x0400) macro
239 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM)) in PKCS7_verify()
678 btmp=BIO_find_type(bio,BIO_TYPE_MEM); in PKCS7_dataFinal()