Home
last modified time | relevance | path

Searched refs:CMS_NO_CONTENT_VERIFY (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/include/openssl/
Dcms.h55 # define CMS_NO_CONTENT_VERIFY 0x4 macro
58 (CMS_NO_CONTENT_VERIFY|CMS_NO_ATTR_VERIFY)
/third_party/openssl/doc/man3/
DCMS_verify.pod74 If B<CMS_NO_CONTENT_VERIFY> is set then the content digest is not checked.
91 setting B<CMS_NO_CONTENT_VERIFY> will totally disable all content verification
/third_party/openssl/crypto/cms/
Dcms_smime.c389 if (!(flags & CMS_NO_CONTENT_VERIFY)) { in CMS_verify()
/third_party/openssl/apps/
Dcms.c336 flags |= CMS_NO_CONTENT_VERIFY; in cms_main()