CMS_decrypt
CMS_decrypt(cms, NULL, NULL, NULL, NULL, flags);
if (!CMS_decrypt(cms, NULL, NULL, indata, out, flags)) {
res = CMS_decrypt(ci, secret == NULL ? pkey : NULL,
if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0))
if (!CMS_decrypt(cms, rkey, rcert, NULL, out, 0))
int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert,
if (!TEST_true(CMS_decrypt(content, privkey, cert, NULL, outmsgbio,
if (!TEST_false(CMS_decrypt(cms, privkey, cert, NULL, out, 0)))