Searched refs:CMS_NO_ATTR_VERIFY (Results 1 – 4 of 4) sorted by relevance
56 # define CMS_NO_ATTR_VERIFY 0x8 macro58 (CMS_NO_CONTENT_VERIFY|CMS_NO_ATTR_VERIFY)
71 If B<CMS_NO_ATTR_VERIFY> is set the signed attributes signature is not
323 if (!(flags & CMS_NO_ATTR_VERIFY)) { in CMS_verify()
339 flags |= CMS_NO_ATTR_VERIFY; in cms_main()