/third_party/openssl/demos/smime/ |
D | smsign.c | 28 int flags = PKCS7_DETACHED | PKCS7_STREAM; in main() 65 if (!(flags & PKCS7_STREAM)) in main()
|
D | smsign2.c | 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()
|
D | smenc.c | 27 int flags = PKCS7_STREAM; in main()
|
/third_party/openssl/doc/man3/ |
D | SMIME_write_PKCS7.pod | 34 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
|
D | PKCS7_encrypt.pod | 56 If the B<PKCS7_STREAM> flag is set a partial B<PKCS7> structure is output 59 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not> 85 The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0.
|
D | PKCS7_sign.pod | 64 If the flags B<PKCS7_STREAM> is set then the returned B<PKCS7> structure is 73 If the flag B<PKCS7_STREAM> is set the returned B<PKCS7> structure is B<not> 121 The B<PKCS7_STREAM> flag was added in OpenSSL 1.0.0.
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | pkcs7.rs | 15 pub const PKCS7_STREAM: c_int = 0x1000; constant
|
/third_party/node/deps/openssl/openssl/apps/ |
D | smime.c | 546 flags |= PKCS7_STREAM; in smime_main() 557 flags |= PKCS7_STREAM; in smime_main() 559 flags |= PKCS7_STREAM; in smime_main() 592 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) { in smime_main()
|
/third_party/openssl/apps/ |
D | smime.c | 546 flags |= PKCS7_STREAM; in smime_main() 557 flags |= PKCS7_STREAM; in smime_main() 559 flags |= PKCS7_STREAM; in smime_main() 592 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) { in smime_main()
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_smime.c | 56 if (flags & (PKCS7_STREAM | PKCS7_PARTIAL)) in PKCS7_sign_ex() 474 if (flags & PKCS7_STREAM) in PKCS7_encrypt_ex()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
D | pk7_smime.c | 56 if (flags & (PKCS7_STREAM | PKCS7_PARTIAL)) in PKCS7_sign_ex() 474 if (flags & PKCS7_STREAM) in PKCS7_encrypt_ex()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | pkcs7.h | 183 # define PKCS7_STREAM 0x1000 macro
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | pkcs7.rs | 44 const STREAM = ffi::PKCS7_STREAM;
|
/third_party/openssl/include/openssl/ |
D | pkcs7.h.in | 210 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | pkcs7.h.in | 210 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/ |
D | pkcs7.h | 281 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
D | pkcs7.h | 281 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/ |
D | pkcs7.h | 281 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ |
D | pkcs7.h | 281 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/ |
D | pkcs7.h | 281 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
D | pkcs7.h | 281 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
D | pkcs7.h | 281 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
D | pkcs7.h | 281 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
D | pkcs7.h | 281 # define PKCS7_STREAM 0x1000 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
D | pkcs7.h | 281 # define PKCS7_STREAM 0x1000 macro
|