Home
last modified time | relevance | path

Searched refs:PKCS7_PARTIAL (Results 1 – 25 of 70) sorted by relevance

123

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dpkcs7.rs17 pub const PKCS7_PARTIAL: c_int = 0x4000; constant
/third_party/openssl/doc/man3/
DPKCS7_sign.pod70 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>,
DPKCS7_sign_add_signer.pod23 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/
Dsmsign2.c58 p7 = PKCS7_sign(NULL, NULL, NULL, in, PKCS7_STREAM | PKCS7_PARTIAL); in main()
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c56 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/
Dpk7_smime.c56 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/
Dpkcs7.h185 # define PKCS7_PARTIAL 0x4000 macro
/third_party/fsverity-utils/lib/
Dsign_digest.c276 PKCS7_NOCERTS | PKCS7_PARTIAL; in sign_pkcs7()
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkcs7.rs46 const PARTIAL = ffi::PKCS7_PARTIAL;
/third_party/node/deps/openssl/openssl/apps/
Dsmime.c561 flags |= PKCS7_PARTIAL; in smime_main()
/third_party/openssl/include/openssl/
Dpkcs7.h.in212 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/openssl/include/openssl/
Dpkcs7.h.in212 # define PKCS7_PARTIAL 0x4000 macro
/third_party/openssl/apps/
Dsmime.c561 flags |= PKCS7_PARTIAL; in smime_main()
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro

123