Home
last modified time | relevance | path

Searched refs:dcont (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/cms/
Dcms_smime.c182 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, in CMS_digest_verify() argument
193 if (!dcont && !check_content(cms)) in CMS_digest_verify()
196 cont = CMS_dataInit(cms, dcont); in CMS_digest_verify()
202 do_free_upto(cont, dcont); in CMS_digest_verify()
228 BIO *dcont, BIO *out, unsigned int flags) in CMS_EncryptedData_decrypt() argument
239 if (!dcont && !check_content(cms)) in CMS_EncryptedData_decrypt()
244 cont = CMS_dataInit(cms, dcont); in CMS_EncryptedData_decrypt()
248 do_free_upto(cont, dcont); in CMS_EncryptedData_decrypt()
317 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags) in CMS_verify() argument
327 if (!dcont && !check_content(cms)) in CMS_verify()
[all …]
Dcms.h139 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
152 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
159 BIO *dcont, BIO *out, unsigned int flags);
169 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
181 BIO *dcont, BIO *out,
237 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
/external/openssl/include/openssl/
Dcms.h139 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
152 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
159 BIO *dcont, BIO *out, unsigned int flags);
169 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
181 BIO *dcont, BIO *out,
237 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,