Searched refs:bcont (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_mime.c93 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont) argument
95 return (PKCS7 *)SMIME_read_ASN1(bio, bcont, ASN1_ITEM_rptr(PKCS7));
H A Dpkcs7.h366 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_io.c128 CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont) argument
130 return (CMS_ContentInfo *)SMIME_read_ASN1(bio, bcont,
H A Dcms.h140 CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_mime.c416 * case the content is placed in a memory BIO pointed to by "bcont". In
420 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it) argument
430 if (bcont)
431 *bcont = NULL;
496 if (bcont) {
497 *bcont = sk_BIO_value(parts, 0);
H A Dasn1.h1158 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);

Completed in 96 milliseconds