Home | History | Annotate | Download | only in pkcs7

Lines Matching refs:BIO

64 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont)
66 return (PKCS7 *)SMIME_read_ASN1(bio, bcont, ASN1_ITEM_rptr(PKCS7));
71 static int pk7_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags,
75 BIO *tmpbio, *p7bio;
102 /* Now remove any digests prepended to the BIO */
115 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags)
124 return int_smime_write_ASN1(bio, (ASN1_VALUE *)p7, data, flags,