Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/cms/
H A Dcms_smime.c214 cont = CMS_dataInit(cms, dcont); in CMS_digest_verify()
220 do_free_upto(cont, dcont); in CMS_digest_verify()
266 cont = CMS_dataInit(cms, dcont); in CMS_EncryptedData_decrypt()
270 do_free_upto(cont, dcont); in CMS_EncryptedData_decrypt()
417 if (dcont && (BIO_method_type(dcont) == BIO_TYPE_MEM)) { in CMS_verify()
428 tmpin = dcont; in CMS_verify()
483 if (tmpin != dcont) in CMS_verify()
486 if (dcont && (tmpin == dcont)) in CMS_verify()
487 do_free_upto(cmsbio, dcont); in CMS_verify()
859 do_free_upto(cont, dcont); in CMS_decrypt()
[all …]
H A Dcms.h161 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
172 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
178 size_t keylen, BIO *dcont, BIO *out, unsigned int flags);
187 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
198 BIO *dcont, BIO *out, unsigned int flags);
243 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,