Home
last modified time | relevance | path

Searched refs:PKCS7_STREAM (Results 1 - 25 of 67) sorted by relevance

123

/third_party/openssl/demos/smime/
H A Dsmsign.c25 * for streaming detached set PKCS7_DETACHED|PKCS7_STREAM for streaming in main()
26 * non-detached set PKCS7_STREAM in main()
28 int flags = PKCS7_DETACHED | PKCS7_STREAM; in main()
65 if (!(flags & PKCS7_STREAM)) in main()
H A 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()
H A Dsmenc.c25 * for streaming set PKCS7_STREAM in main()
27 int flags = PKCS7_STREAM; in main()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dpkcs7.rs15 pub const PKCS7_STREAM: c_int = 0x1000; consts
/third_party/node/deps/openssl/openssl/apps/
H A Dsmime.c547 flags |= PKCS7_STREAM; in smime_main()
558 flags |= PKCS7_STREAM; in smime_main()
560 flags |= PKCS7_STREAM; in smime_main()
593 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) { in smime_main()
/third_party/openssl/apps/
H A 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/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_smime.c56 if (flags & (PKCS7_STREAM | PKCS7_PARTIAL)) in PKCS7_sign_ex()
474 if (flags & PKCS7_STREAM) in STACK_OF()
/third_party/openssl/crypto/pkcs7/
H A Dpk7_smime.c56 if (flags & (PKCS7_STREAM | PKCS7_PARTIAL)) in PKCS7_sign_ex()
474 if (flags & PKCS7_STREAM) in STACK_OF()
/third_party/openssl/ohos_lite/include/openssl/
H A Dpkcs7.h183 # define PKCS7_STREAM 0x1000 macro
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs7.rs44 const STREAM = ffi::PKCS7_STREAM;
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dpkcs7.h281 # define PKCS7_STREAM 0x1000 macro

Completed in 24 milliseconds

123