Searched refs:CMS_TEXT (Results 1 – 13 of 13) sorted by relevance
29 content = CMS_encrypt(certstack, msgbio, EVP_aes_128_cbc(), CMS_TEXT); in test_encrypt_decrypt()34 CMS_TEXT))) in test_encrypt_decrypt()
28 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are35 B<CMS_TEXT> is ignored.
38 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are45 B<CMS_TEXT> is ignored.
28 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_NOATTR>, B<CMS_TEXT> and B<CMS_STREAM>
29 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_TEXT> and B<CMS_STREAM> are not
32 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted
30 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are added to
55 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted
32 the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are prepended
64 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted
24 else if (flags & CMS_TEXT) { in cms_get_text_bio()62 if (flags & CMS_TEXT) { in cms_copy_content()374 if (flags & CMS_TEXT) { in CMS_verify()428 flags &= ~(CMS_DETACHED | CMS_TEXT); in CMS_verify_receipt()488 flags &= ~(CMS_STREAM | CMS_TEXT); in CMS_sign_receipt()
53 # define CMS_TEXT 0x1 macro
303 flags |= CMS_TEXT; in cms_main()