Home
last modified time | relevance | path

Searched refs:CMS_TEXT (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dcmsapitest.c39 content = CMS_encrypt(certstack, msgbio, cipher, CMS_TEXT); in test_encrypt_decrypt()
44 CMS_TEXT))) in test_encrypt_decrypt()
/freebsd/crypto/openssl/doc/man3/
H A DCMS_compress.pod26 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are
33 B<CMS_TEXT> is ignored.
H A DCMS_encrypt.pod44 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are
51 B<CMS_TEXT> is ignored.
H A DCMS_EncryptedData_decrypt.pod26 If the B<CMS_TEXT> flag is set MIME headers for type C<text/plain> are deleted
H A DCMS_sign_receipt.pod28 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_NOATTR>, B<CMS_TEXT> and B<CMS_STREAM>
H A DCMS_verify_receipt.pod29 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_TEXT> and B<CMS_STREAM> are not
H A DCMS_uncompress.pod32 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted
H A DSMIME_write_CMS.pod30 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to
H A DSMIME_write_ASN1.pod47 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to
H A DCMS_decrypt.pod86 If the B<CMS_TEXT> flag is set MIME headers for type C<text/plain> are deleted
H A DCMS_sign.pod41 the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are prepended
H A DCMS_verify.pod72 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_smime.c25 else if (flags & CMS_TEXT) { in cms_get_text_bio()
63 if (flags & CMS_TEXT) { in cms_copy_content()
439 if (flags & CMS_TEXT) { in CMS_verify()
498 flags &= ~(CMS_DETACHED | CMS_TEXT); in CMS_verify_receipt()
567 flags &= ~(CMS_STREAM | CMS_TEXT); in CMS_sign_receipt()
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in70 # define CMS_TEXT 0x1 macro
H A Dcms.h168 # define CMS_TEXT 0x1 macro
/freebsd/crypto/openssl/apps/
H A Dcms.c398 flags |= CMS_TEXT; in cms_main()