Searched refs:PKCS7_REUSE_DIGEST (Results 1 – 5 of 5) sorted by relevance
28 Unless the B<PKCS7_REUSE_DIGEST> flag is set the returned PKCS7 structure43 If B<PKCS7_REUSE_DIGEST> is set then an attempt is made to copy the content48 If B<PKCS7_PARTIAL> is set in addition to B<PKCS7_REUSE_DIGEST> then the
186 # define PKCS7_REUSE_DIGEST 0x8000 macro
158 if (flags & PKCS7_REUSE_DIGEST) { in PKCS7_sign_add_signer()
513 flags |= PKCS7_REUSE_DIGEST; in smime_main()
334 if (!(flags & SMIME_DETACHED) || (flags & PKCS7_REUSE_DIGEST)) { in asn1_output_data()