Searched refs:CMS_PARTIAL (Results 1 – 13 of 13) sorted by relevance
33 B<CMS_PARTIAL>. Internally CMS_final() is called unless B<CMS_STREAM> and/or34 B<CMS_PARTIAL> is specified.
24 CMS_sign() with the flag B<CMS_PARTIAL> set or in the case or re-signing a35 structure, its main use is when the B<CMS_REUSE_DIGEST> and B<CMS_PARTIAL> flags56 If B<CMS_PARTIAL> is set in addition to B<CMS_REUSE_DIGEST> then the
61 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is80 structure. KEKRecipientInfo is also supported using the flag B<CMS_PARTIAL>83 The parameter B<certs> may be NULL if B<CMS_PARTIAL> is set and recipients
24 This function will normally be called when the B<CMS_PARTIAL> flag is used. It
84 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is107 B<CMS_PARTIAL> flag set. Then one or more signers can be added using the
25 with the B<CMS_PARTIAL>
41 CMS_encrypt() with the flag B<CMS_PARTIAL> set.
58 cms = CMS_sign(NULL, NULL, NULL, in, CMS_STREAM | CMS_PARTIAL); in main()
244 if ((flags & (CMS_STREAM | CMS_PARTIAL)) in CMS_EncryptedData_encrypt_ex()535 if ((flags & (CMS_STREAM | CMS_PARTIAL)) in CMS_sign_ex()568 flags |= CMS_PARTIAL | CMS_BINARY | CMS_DETACHED; in CMS_sign_receipt()653 if ((flags & (CMS_STREAM | CMS_PARTIAL)) in CMS_encrypt_ex()
457 if (!(flags & (CMS_PARTIAL | CMS_KEY_PARAM)) && in CMS_add1_signer()
954 flags |= CMS_PARTIAL; in cms_main()1049 flags |= CMS_PARTIAL; in cms_main()
87 # define CMS_PARTIAL 0x4000 macro
185 # define CMS_PARTIAL 0x4000 macro