CMS_verify
if (CMS_verify(cms, NULL, store, NULL, out, flags) == 0) {
if (CMS_verify(cms, other, store, indata, out, flags) > 0) {
res = CMS_verify(ci, scerts, store, detached_data, bio, flags);
r = CMS_verify(rcms, certs, store, NULL, NULL, flags);
if (!CMS_verify(cms, NULL, st, cont, out, 0)) {
int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
&& TEST_true(CMS_verify(cms, NULL, NULL, NULL, NULL, flags))