Searched refs:CMS_DETACHED (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SMIME_write_CMS.pod | 26 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.
|
D | CMS_verify_receipt.pod | 29 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_TEXT> and B<CMS_STREAM> are not
|
D | CMS_sign_receipt.pod | 28 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_NOATTR>, B<CMS_TEXT> and B<CMS_STREAM>
|
D | SMIME_read_CMS.pod | 28 then be passed to CMS_verify() with the B<CMS_DETACHED> flag set.
|
D | CMS_compress.pod | 41 B<CMS_DETACHED> is set in which case it is omitted. This is rarely used in
|
D | CMS_encrypt.pod | 60 B<CMS_DETACHED> is set in which case it is omitted. This is rarely used in
|
D | CMS_sign.pod | 42 B<CMS_DETACHED> is set in which case it is omitted. This is used for
|
/third_party/openssl/crypto/cms/ |
D | cms_smime.c | 166 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/ |
D | cms_sign.c | 28 int flags = CMS_DETACHED | CMS_STREAM; in main()
|
D | cms_denc.c | 26 int flags = CMS_STREAM | CMS_DETACHED; in main()
|
/third_party/openssl/apps/ |
D | cms.c | 210 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/ |
D | cms.h | 62 # define CMS_DETACHED 0x40 macro
|