Home
last modified time | relevance | path

Searched refs:CMS_DETACHED (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DSMIME_write_CMS.pod26 If B<CMS_DETACHED> is set then cleartext signing will be used, this option only
27 makes sense for SignedData where B<CMS_DETACHED> is also set when CMS_sign() is
31 the content, this only makes sense if B<CMS_DETACHED> is also set.
DCMS_verify_receipt.pod29 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_TEXT> and B<CMS_STREAM> are not
DCMS_sign_receipt.pod28 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_NOATTR>, B<CMS_TEXT> and B<CMS_STREAM>
DSMIME_read_CMS.pod28 then be passed to CMS_verify() with the B<CMS_DETACHED> flag set.
DCMS_compress.pod41 B<CMS_DETACHED> is set in which case it is omitted. This is rarely used in
DCMS_encrypt.pod60 B<CMS_DETACHED> is set in which case it is omitted. This is rarely used in
DCMS_sign.pod42 B<CMS_DETACHED> is set in which case it is omitted. This is used for
/third_party/openssl/crypto/cms/
Dcms_smime.c166 if (!(flags & CMS_DETACHED)) in CMS_digest_create()
216 if (!(flags & CMS_DETACHED)) in CMS_EncryptedData_encrypt()
428 flags &= ~(CMS_DETACHED | CMS_TEXT); in CMS_verify_receipt()
461 if (!(flags & CMS_DETACHED)) in CMS_sign()
490 flags |= CMS_PARTIAL | CMS_BINARY | CMS_DETACHED; in CMS_sign_receipt()
563 if (!(flags & CMS_DETACHED)) in CMS_encrypt()
822 if (!(flags & CMS_DETACHED)) in CMS_compress()
/third_party/openssl/demos/cms/
Dcms_sign.c28 int flags = CMS_DETACHED | CMS_STREAM; in main()
Dcms_denc.c26 int flags = CMS_STREAM | CMS_DETACHED; in main()
/third_party/openssl/apps/
Dcms.c210 int flags = CMS_DETACHED, noout = 0, print = 0, keyidx = -1, vpmtouched = 0; in cms_main()
321 flags &= ~CMS_DETACHED; in cms_main()
653 flags &= ~CMS_DETACHED; in cms_main()
898 if (flags & CMS_DETACHED) { in cms_main()
/third_party/openssl/include/openssl/
Dcms.h62 # define CMS_DETACHED 0x40 macro