Searched refs:bcont (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/pkcs7/ |
D | pk7_mime.c | 94 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont) in SMIME_read_PKCS7() argument 96 return (PKCS7 *)SMIME_read_ASN1(bio, bcont, ASN1_ITEM_rptr(PKCS7)); in SMIME_read_PKCS7()
|
D | pkcs7.h | 385 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
|
/external/openssl/crypto/asn1/ |
D | asn_mime.c | 428 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it) in SMIME_read_ASN1() argument 438 if(bcont) *bcont = NULL; in SMIME_read_ASN1() 503 if(bcont) { in SMIME_read_ASN1() 504 *bcont = sk_BIO_value(parts, 0); in SMIME_read_ASN1()
|
D | asn1.h | 1147 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
|
/external/openssl/include/openssl/ |
D | pkcs7.h | 385 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
|
D | asn1.h | 1147 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
|