Searched refs:PKCS7_STREAM (Results 1 – 10 of 10) sorted by relevance
28 int flags = PKCS7_DETACHED | PKCS7_STREAM; in main()65 if (!(flags & PKCS7_STREAM)) in main()
58 p7 = PKCS7_sign(NULL, NULL, NULL, in, PKCS7_STREAM | PKCS7_PARTIAL); in main()77 if (!SMIME_write_PKCS7(out, p7, in, PKCS7_STREAM)) in main()
27 int flags = PKCS7_STREAM; in main()
34 If the B<PKCS7_STREAM> flag is set streaming is performed. This flag should35 only be set if B<PKCS7_STREAM> was also set in the previous call to38 If cleartext signing is being used and B<PKCS7_STREAM> not set then
52 If the B<PKCS7_STREAM> flag is set a partial B<PKCS7> structure is output57 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not>78 The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0.
60 If the flags B<PKCS7_STREAM> is set then the returned B<PKCS7> structure is71 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not>113 The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0.
487 flags |= PKCS7_STREAM; in smime_main()498 flags |= PKCS7_STREAM; in smime_main()500 flags |= PKCS7_STREAM; in smime_main()533 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) { in smime_main()
54 if (flags & (PKCS7_STREAM | PKCS7_PARTIAL)) in PKCS7_sign()463 if (flags & PKCS7_STREAM) in PKCS7_encrypt()
183 # define PKCS7_STREAM 0x1000 macro
6662 This is done with a new flag PKCS7_STREAM. When this flag is set