Home
last modified time | relevance | path

Searched refs:BIO_TYPE_MEM (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_mem.c27 BIO_TYPE_MEM,
42 BIO_TYPE_MEM,
H A Dbss_log.c88 BIO_TYPE_MEM,
/freebsd/crypto/openssl/doc/man3/
H A DBIO_find_type.pod18 at BIO B<b>. If B<type> is a specific type (such as B<BIO_TYPE_MEM>) then a search
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c310 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM)) { in PKCS7_verify()
H A Dpk7_doit.c885 btmp = BIO_find_type(bio, BIO_TYPE_MEM); in PKCS7_dataFinal()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c224 mbio = BIO_find_type(cmsbio, BIO_TYPE_MEM); in CMS_dataFinal()
H A Dcms_smime.c401 if (dcont != NULL && (BIO_method_type(dcont) == BIO_TYPE_MEM)) { in CMS_verify()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h45 # define BIO_TYPE_MEM ( 1|BIO_TYPE_SOURCE_SINK) macro
H A Dbio.h.in46 # define BIO_TYPE_MEM ( 1|BIO_TYPE_SOURCE_SINK) macro