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
59 dcont = BIO_new_file("smencr.out", "rb"); in main()
61 if (dcont == NULL) in main()
69 if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0)) in main()
87 BIO_free(dcont); in main()
/freebsd/crypto/openssl/doc/man3/
H A DCMS_final.pod11 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags);
13 unsigned int mdlen, BIO *dcont, unsigned int flags);
20 processed. The B<dcont> parameter contains a BIO to write content to after
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
41 should be followed by C<CMS_decrypt(cms, NULL, NULL, dcont, out, flags)>.
50 should be followed by C<CMS_decrypt(cms, NULL, NULL, dcont, out, flags)>.
H A DCMS_EncryptedData_decrypt.pod14 BIO *dcont, BIO *out, unsigned int flags);
26 set of flags. I<dcont> is used in the rare case where the encrypted content is
40 The optional parameters I<flags> and I<dcont> are used as described above.
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.in131 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
134 const unsigned char *md, unsigned int mdlen, BIO *dcont,
154 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
164 BIO *dcont, BIO *out, unsigned int flags);
178 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
193 BIO *dcont, BIO *out, unsigned int flags);
268 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
H A Dcms.h229 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
232 const unsigned char *md, unsigned int mdlen, BIO *dcont,
252 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
262 BIO *dcont, BIO *out, unsigned int flags);
276 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
291 BIO *dcont, BIO *out, unsigned int flags);
366 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,