Searched refs:CMS_TEXT (Results 1 – 12 of 12) sorted by relevance
24 else if (flags & CMS_TEXT) { in cms_get_text_bio()62 if (flags & CMS_TEXT) { in cms_copy_content()375 if (flags & CMS_TEXT) { in CMS_verify()429 flags &= ~(CMS_DETACHED | CMS_TEXT); in CMS_verify_receipt()489 flags &= ~(CMS_STREAM | CMS_TEXT); in CMS_sign_receipt()
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.
29 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_TEXT> and B<CMS_STREAM> are not
28 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_NOATTR>, B<CMS_TEXT> and B<CMS_STREAM>
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
72 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are deleted
53 # define CMS_TEXT 0x1 macro
303 flags |= CMS_TEXT; in cms_main()