Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/crypto/
HDCMS_compress.pod32 required by the S/MIME specifications) if B<CMS_BINARY> is set no translation
34 otherwise the translation will corrupt it. If B<CMS_BINARY> is set then
HDCMS_encrypt.pod42 required by the S/MIME specifications) if B<CMS_BINARY> is set no translation
44 otherwise the translation will corrupt it. If B<CMS_BINARY> is set then
HDCMS_verify_receipt.pod27 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_TEXT> and B<CMS_STREAM> are not
HDCMS_sign_receipt.pod26 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_NOATTR>, B<CMS_TEXT> and B<CMS_STREAM>
HDCMS_sign.pod46 required by the S/MIME specifications) if B<CMS_BINARY> is set no translation
/NextBSD/crypto/openssl/apps/
HDcms.c271 flags |= CMS_BINARY; in MAIN()
693 if (flags & CMS_BINARY) in MAIN()
701 if (flags & CMS_BINARY) in MAIN()
/NextBSD/crypto/openssl/crypto/cms/
HDcms.h107 # define CMS_BINARY 0x80 macro
HDcms_smime.c481 flags |= CMS_PARTIAL | CMS_BINARY | CMS_DETACHED; in CMS_sign_receipt()