Searched refs:CMS_NOCERTS (Results 1 – 6 of 6) sorted by relevance
61 If B<CMS_NOCERTS> is set the signer's certificate will not be included in the
44 If B<CMS_NOCERTS> is set the signer's certificate will not be included in the
81 #define CMS_NOCERTS 0x2 macro
179 #define CMS_NOCERTS 0x2 macro
515 if (!(flags & CMS_NOCERTS)) { in CMS_add1_signer()
484 flags |= CMS_NOCERTS; in cms_main()