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
71 # define CMS_NOCERTS 0x2 macro
169 # define CMS_NOCERTS 0x2 macro
463 if (!(flags & CMS_NOCERTS)) { in CMS_add1_signer()
410 flags |= CMS_NOCERTS; in cms_main()