Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_smime.c141 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, in CMS_digest_verify() argument
152 if (dcont == NULL && !check_content(cms)) in CMS_digest_verify()
155 cont = CMS_dataInit(cms, dcont); in CMS_digest_verify()
162 do_free_upto(cont, dcont); in CMS_digest_verify()
200 BIO *dcont, BIO *out, unsigned int flags) in CMS_EncryptedData_decrypt() argument
210 if (dcont == NULL && !check_content(cms)) in CMS_EncryptedData_decrypt()
215 cont = CMS_dataInit(cms, dcont); in CMS_EncryptedData_decrypt()
219 do_free_upto(cont, dcont); in CMS_EncryptedData_decrypt()
306 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags) in CMS_verify() argument
319 if (dcont == NULL && !check_content(cms)) in CMS_verify()
[all …]
/freebsd/crypto/openssl/demos/cms/
H A Dcms_ddec.c20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; in main() local
58 dcont = BIO_new_file("smencr.out", "rb"); in main()
68 if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0)) in main()
86 BIO_free(dcont); in main()
/freebsd/crypto/openssl/doc/man3/
H A DCMS_decrypt.pod14 BIO *dcont, BIO *out, unsigned int flags);
33 provides the content unless I<cert>, I<dcont>, and I<out> are NULL as well.
34 The I<dcont> parameter is used in the rare case where the encrypted content
42 should be followed by C<CMS_decrypt(cms, NULL, NULL, dcont, out, flags)>.
51 should be followed by C<CMS_decrypt(cms, NULL, NULL, dcont, out, flags)>.
H A DCMS_final.pod11 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
18 processed. The B<dcont> parameter contains a BIO to write content to after
H A DCMS_EncryptedData_decrypt.pod14 BIO *dcont, BIO *out, unsigned int flags);
21 I<dcont> is used in the rare case where the encrypted content is detached. It
H A DCMS_uncompress.pod11 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags);
19 The B<dcont> parameter is used in the rare case where the compressed content
/freebsd/sys/dev/sfxge/common/
H A Def10_vpd.c196 unsigned int dcont; in ef10_vpd_verify() local
219 dcont = 0; in ef10_vpd_verify()
223 &dkey, NULL, NULL, &dcont)) != 0) in ef10_vpd_verify()
225 if (dcont == 0) in ef10_vpd_verify()
H A Dsiena_vpd.c305 unsigned int dcont; in siena_vpd_verify() local
327 dcont = 0; in siena_vpd_verify()
331 &dkey, NULL, NULL, &dcont)) != 0) in siena_vpd_verify()
333 if (dcont == 0) in siena_vpd_verify()
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in120 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
140 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
150 BIO *dcont, BIO *out, unsigned int flags);
165 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
180 BIO *dcont, BIO *out, unsigned int flags);
251 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
H A Dcms.h218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
248 BIO *dcont, BIO *out, unsigned int flags);
263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
278 BIO *dcont, BIO *out, unsigned int flags);
349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,