Searched refs:BIO_TYPE_CIPHER (Results 1 – 4 of 4) sorted by relevance
560 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) { in PKCS7_decrypt()572 BIO_TYPE_CIPHER) { in PKCS7_decrypt()
95 .type = BIO_TYPE_CIPHER,
105 if (BIO_method_type(in) == BIO_TYPE_CIPHER) { in cms_copy_content()
87 #define BIO_TYPE_CIPHER (10|0x0200) /* filter */ macro