Home
last modified time | relevance | path

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

123

/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.pod56 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.
DPKCS7_sign.pod64 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/
Dpkcs7.rs15 pub const PKCS7_STREAM: c_int = 0x1000; constant
/third_party/node/deps/openssl/openssl/apps/
Dsmime.c546 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/
Dsmime.c546 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/
Dpk7_smime.c56 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/
Dpk7_smime.c56 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/
Dpkcs7.h183 # define PKCS7_STREAM 0x1000 macro
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkcs7.rs44 const STREAM = ffi::PKCS7_STREAM;
/third_party/openssl/include/openssl/
Dpkcs7.h.in210 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/openssl/include/openssl/
Dpkcs7.h.in210 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/
Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/
Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro

123