Searched refs:dcont (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/cms/ |
D | cms_smime.c | 182 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 …]
|
D | cms.h | 139 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/ |
D | cms.h | 139 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,
|