/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | pkcs7.rs | 17 pub const PKCS7_PARTIAL: c_int = 0x4000; constant
|
/third_party/openssl/doc/man3/ |
D | PKCS7_sign.pod | 70 If the B<PKCS7_PARTIAL> flag is set a partial B<PKCS7> structure is output to 86 NULL if the B<PKCS7_PARTIAL> flag is set. One or more signers can be added 118 The B<PKCS7_PARTIAL> flag, and the ability for I<certs>, I<signcert>,
|
D | PKCS7_sign_add_signer.pod | 23 with the flag B<PKCS7_PARTIAL> set or in the case or re-signing a valid PKCS#7 49 If B<PKCS7_PARTIAL> is set in addition to B<PKCS7_REUSE_DIGEST> then the
|
/third_party/openssl/demos/smime/ |
D | smsign2.c | 58 p7 = PKCS7_sign(NULL, NULL, NULL, in, PKCS7_STREAM | PKCS7_PARTIAL); in main()
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_smime.c | 56 if (flags & (PKCS7_STREAM | PKCS7_PARTIAL)) in PKCS7_sign_ex() 170 if (!(flags & PKCS7_PARTIAL) in PKCS7_sign_add_signer()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
D | pk7_smime.c | 56 if (flags & (PKCS7_STREAM | PKCS7_PARTIAL)) in PKCS7_sign_ex() 170 if (!(flags & PKCS7_PARTIAL) in PKCS7_sign_add_signer()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | pkcs7.h | 185 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/fsverity-utils/lib/ |
D | sign_digest.c | 276 PKCS7_NOCERTS | PKCS7_PARTIAL; in sign_pkcs7()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | pkcs7.rs | 46 const PARTIAL = ffi::PKCS7_PARTIAL;
|
/third_party/node/deps/openssl/openssl/apps/ |
D | smime.c | 561 flags |= PKCS7_PARTIAL; in smime_main()
|
/third_party/openssl/include/openssl/ |
D | pkcs7.h.in | 212 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | pkcs7.h.in | 212 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/openssl/apps/ |
D | smime.c | 561 flags |= PKCS7_PARTIAL; in smime_main()
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ |
D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|