Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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>,
H A 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
/freebsd/crypto/openssl/demos/smime/
H A Dsmsign2.c58 p7 = PKCS7_sign(NULL, NULL, NULL, in, PKCS7_STREAM | PKCS7_PARTIAL); in main()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c56 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 Duefisign.c262 pkcs7 = PKCS7_sign(NULL, NULL, NULL, bio, PKCS7_BINARY | PKCS7_PARTIAL); in sign()
/freebsd/crypto/openssl/include/openssl/
H A Dpkcs7.h.in212 # define PKCS7_PARTIAL 0x4000 macro
H A Dpkcs7.h283 # define PKCS7_PARTIAL 0x4000 macro
/freebsd/crypto/openssl/apps/
H A Dsmime.c568 flags |= PKCS7_PARTIAL; in smime_main()