Searched refs:dcont (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/demos/cms/
H A Dcms_ddec.c10 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; local
48 dcont = BIO_new_file("smencr.out", "rb");
58 if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0))
84 if (dcont)
85 BIO_free(dcont);
/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_smime.c182 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, argument
193 if (!dcont && !check_content(cms))
196 cont = CMS_dataInit(cms, dcont);
202 do_free_upto(cont, dcont);
228 BIO *dcont, BIO *out, unsigned int flags)
239 if (!dcont && !check_content(cms))
244 cont = CMS_dataInit(cms, dcont);
248 do_free_upto(cont, dcont);
317 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags)
327 if (!dcont
226 CMS_EncryptedData_decrypt(CMS_ContentInfo *cms, const unsigned char *key, size_t keylen, BIO *dcont, BIO *out, unsigned int flags) argument
316 CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags) argument
684 CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert, BIO *dcont, BIO *out, unsigned int flags) argument
708 CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags) argument
740 CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags) argument
784 CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags) argument
[all...]
H A Dcms.h138 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
151 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
158 BIO *dcont, BIO *out, unsigned int flags);
168 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
180 BIO *dcont, BIO *out,
224 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
/barrelfish-master/include/openssl/
H A Dcms.h138 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
151 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
158 BIO *dcont, BIO *out, unsigned int flags);
168 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
180 BIO *dcont, BIO *out,
224 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,

Completed in 88 milliseconds