Home
last modified time | relevance | path

Searched refs:PKCS7_STREAM (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/demos/smime/
Dsmsign.c28 int flags = PKCS7_DETACHED | PKCS7_STREAM; in main()
65 if (!(flags & PKCS7_STREAM)) in main()
Dsmsign2.c58 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()
Dsmenc.c27 int flags = PKCS7_STREAM; in main()
/third_party/openssl/doc/man3/
DSMIME_write_PKCS7.pod34 If the B<PKCS7_STREAM> flag is set streaming is performed. This flag should
35 only be set if B<PKCS7_STREAM> was also set in the previous call to
38 If cleartext signing is being used and B<PKCS7_STREAM> not set then
DPKCS7_encrypt.pod52 If the B<PKCS7_STREAM> flag is set a partial B<PKCS7> structure is output
57 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.
DPKCS7_sign.pod60 If the flags B<PKCS7_STREAM> is set then the returned B<PKCS7> structure is
71 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.
/third_party/openssl/apps/
Dsmime.c487 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()
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c54 if (flags & (PKCS7_STREAM | PKCS7_PARTIAL)) in PKCS7_sign()
463 if (flags & PKCS7_STREAM) in PKCS7_encrypt()
/third_party/openssl/include/openssl/
Dpkcs7.h183 # define PKCS7_STREAM 0x1000 macro
/third_party/openssl/
DCHANGES6662 This is done with a new flag PKCS7_STREAM. When this flag is set