Searched refs:BIO_TYPE_MEM (Results 1 – 8 of 8) sorted by relevance
87 .type = BIO_TYPE_MEM,
99 .type = BIO_TYPE_MEM,
78 #define BIO_TYPE_MEM (1|0x0400) macro
45 bio_method = BIO_meth_new(BIO_TYPE_MEM, "libtls_callbacks"); in bio_cb_method_init()
349 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM)) { in PKCS7_verify()
846 btmp = BIO_find_type(bio, BIO_TYPE_MEM); in PKCS7_dataFinal()
205 mbio = BIO_find_type(cmsbio, BIO_TYPE_MEM); in CMS_dataFinal()
417 if (dcont && (BIO_method_type(dcont) == BIO_TYPE_MEM)) { in CMS_verify()