Home
last modified time | relevance | path

Searched refs:CMS_PARTIAL (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCMS_encrypt.pod55 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
76 structure. KEKRecipientInfo is also supported using the flag B<CMS_PARTIAL>
79 The parameter B<certs> may be NULL if B<CMS_PARTIAL> is set and recipients
H A DCMS_add1_signer.pod24 CMS_sign() with the flag B<CMS_PARTIAL> set or in the case or re-signing a
35 structure, its main use is when B<CMS_REUSE_DIGEST> and B<CMS_PARTIAL> flags
56 If B<CMS_PARTIAL> is set in addition to B<CMS_REUSE_DIGEST> then the
H A DCMS_final.pod24 This function will normally be called when the B<CMS_PARTIAL> flag is used. It
H A DCMS_sign.pod74 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
97 B<CMS_PARTIAL> flag set. Then one or more signers can be added using the
H A DCMS_get0_type.pod24 with the B<CMS_PARTIAL>
H A DCMS_add1_recipient_cert.pod32 CMS_encrypt() with the flag B<CMS_PARTIAL> set.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DCMS_EncryptedData_encrypt.pod33 B<CMS_PARTIAL>. Internally CMS_final() is called unless B<CMS_STREAM> and/or
34 B<CMS_PARTIAL> is specified.
H A DCMS_add1_signer.pod24 CMS_sign() with the flag B<CMS_PARTIAL> set or in the case or re-signing a
35 structure, its main use is when the B<CMS_REUSE_DIGEST> and B<CMS_PARTIAL> flags
56 If B<CMS_PARTIAL> is set in addition to B<CMS_REUSE_DIGEST> then the
H A DCMS_encrypt.pod61 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
80 structure. KEKRecipientInfo is also supported using the flag B<CMS_PARTIAL>
83 The parameter B<certs> may be NULL if B<CMS_PARTIAL> is set and recipients
H A DCMS_final.pod24 This function will normally be called when the B<CMS_PARTIAL> flag is used. It
H A DCMS_sign.pod84 If the B<CMS_PARTIAL> flag is set a partial B<CMS_ContentInfo> structure is
107 B<CMS_PARTIAL> flag set. Then one or more signers can be added using the
H A DCMS_get0_type.pod25 with the B<CMS_PARTIAL>
H A DCMS_add1_recipient_cert.pod41 CMS_encrypt() with the flag B<CMS_PARTIAL> set.
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_smime.c219 if ((flags & (CMS_STREAM | CMS_PARTIAL)) in CMS_EncryptedData_encrypt()
464 if ((flags & (CMS_STREAM | CMS_PARTIAL)) in CMS_sign()
490 flags |= CMS_PARTIAL | CMS_BINARY | CMS_DETACHED; in CMS_sign_receipt()
566 if ((flags & (CMS_STREAM | CMS_PARTIAL)) in CMS_encrypt()
H A Dcms_sd.c354 if (!(flags & (CMS_PARTIAL | CMS_KEY_PARAM)) && in CMS_add1_signer()
/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/cms/
H A Dcms_sign2.c58 cms = CMS_sign(NULL, NULL, NULL, in, CMS_STREAM | CMS_PARTIAL); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/demos/cms/
H A Dcms_sign2.c58 cms = CMS_sign(NULL, NULL, NULL, in, CMS_STREAM | CMS_PARTIAL); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_smime.c244 if ((flags & (CMS_STREAM | CMS_PARTIAL)) in CMS_EncryptedData_encrypt_ex()
535 if ((flags & (CMS_STREAM | CMS_PARTIAL)) in CMS_sign_ex()
568 flags |= CMS_PARTIAL | CMS_BINARY | CMS_DETACHED; in CMS_sign_receipt()
653 if ((flags & (CMS_STREAM | CMS_PARTIAL)) in CMS_encrypt_ex()
H A Dcms_sd.c457 if (!(flags & (CMS_PARTIAL | CMS_KEY_PARAM)) && in CMS_add1_signer()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dcms.h70 # define CMS_PARTIAL 0x4000 macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dcms.c817 flags |= CMS_PARTIAL; in cms_main()
902 flags |= CMS_PARTIAL; in cms_main()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcms.h.in87 # define CMS_PARTIAL 0x4000 macro