Searched refs:bcont (Results 1 - 6 of 6) sorted by relevance
/external/openssl/crypto/pkcs7/ |
H A D | pk7_mime.c | 94 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont) argument 96 return (PKCS7 *)SMIME_read_ASN1(bio, bcont, ASN1_ITEM_rptr(PKCS7));
|
H A D | pkcs7.h | 385 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
|
/external/openssl/crypto/asn1/ |
H A D | asn_mime.c | 429 * pointed to by "bcont". In opaque this is set to NULL 432 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it) argument 442 if(bcont) *bcont = NULL; 507 if(bcont) { 508 *bcont = sk_BIO_value(parts, 0);
|
H A D | asn1.h | 1146 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
|
/external/openssl/include/openssl/ |
H A D | pkcs7.h | 385 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
|
H A D | asn1.h | 1146 ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it);
|
Completed in 80 milliseconds