Searched refs:PKCS7_PARTIAL (Results 1 – 6 of 6) sorted by relevance
66 If the B<PKCS7_PARTIAL> flag is set a partial B<PKCS7> structure is output to84 B<NULL> if the B<PKCS7_PARTIAL> flag is set. One or more signers can be added110 The B<PKCS7_PARTIAL> flag, and the ability for B<certs>, B<signcert>,
22 with the flag B<PKCS7_PARTIAL> set or in the case or re-signing a valid PKCS748 If B<PKCS7_PARTIAL> is set in addition to B<PKCS7_REUSE_DIGEST> then the
58 p7 = PKCS7_sign(NULL, NULL, NULL, in, PKCS7_STREAM | PKCS7_PARTIAL); in main()
54 if (flags & (PKCS7_STREAM | PKCS7_PARTIAL)) in PKCS7_sign()161 if (!(flags & PKCS7_PARTIAL) && !PKCS7_SIGNER_INFO_sign(si)) in PKCS7_sign_add_signer()
185 # define PKCS7_PARTIAL 0x4000 macro
502 flags |= PKCS7_PARTIAL; in smime_main()