Home
last modified time | relevance | path

Searched refs:BIO_TYPE_CIPHER (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpk7_smime.c566 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) { in PKCS7_decrypt()
578 BIO_TYPE_CIPHER) { in PKCS7_decrypt()
/dragonfly/crypto/libressl/crypto/evp/
H A Dbio_enc.c94 .type = BIO_TYPE_CIPHER,
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_smime.c98 if (BIO_method_type(in) == BIO_TYPE_CIPHER) { in cms_copy_content()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h87 #define BIO_TYPE_CIPHER (10|0x0200) /* filter */ macro