Searched refs:PKCS7_PARTIAL (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A 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>,
|
H A 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
|
/freebsd/crypto/openssl/demos/smime/ |
H A D | smsign2.c | 58 p7 = PKCS7_sign(NULL, NULL, NULL, in, PKCS7_STREAM | PKCS7_PARTIAL); in main()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A 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()
|
/freebsd/usr.sbin/uefisign/ |
H A D | uefisign.c | 262 pkcs7 = PKCS7_sign(NULL, NULL, NULL, bio, PKCS7_BINARY | PKCS7_PARTIAL); in sign()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | pkcs7.h.in | 212 # define PKCS7_PARTIAL 0x4000 macro
|
H A D | pkcs7.h | 283 # define PKCS7_PARTIAL 0x4000 macro
|
/freebsd/crypto/openssl/apps/ |
H A D | smime.c | 568 flags |= PKCS7_PARTIAL; in smime_main()
|