Searched refs:CMS_NO_SIGNER_CERT_VERIFY (Results 1 – 6 of 6) sorted by relevance
286 CMS_NO_SIGNER_CERT_VERIFY)); in test_d2i_CMS_bio_NULL()
407 flags |= CMS_NO_SIGNER_CERT_VERIFY; in cms_main()735 && (flags & (CMS_NO_SIGNER_CERT_VERIFY | CMS_NO_ATTR_VERIFY)) != 0) { in cms_main()
76 If B<CMS_NO_SIGNER_CERT_VERIFY> is set the signing certificates are not
77 # define CMS_NO_SIGNER_CERT_VERIFY 0x20 macro
175 # define CMS_NO_SIGNER_CERT_VERIFY 0x20 macro
354 if ((flags & CMS_NO_SIGNER_CERT_VERIFY) == 0 || cadesVerify) { in CMS_verify()