Lines Matching defs:indata
1170 BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL;
1382 cms = SMIME_read_CMS(in, &indata);
1397 BIO_free(indata);
1398 if ((indata = BIO_new_file(cfg.contfile,
1674 if (!CMS_decrypt(cms, NULL, NULL, indata, out,
1683 if (!CMS_uncompress(cms, indata, out, cfg.flags))
1686 if (CMS_digest_verify(cms, indata, out, cfg.flags) > 0)
1694 cfg.secret_keylen, indata, out, cfg.flags))
1706 if (CMS_verify(cms, other, store, indata, out,
1754 ret = SMIME_write_CMS(out, cms, indata,
1808 BIO_free(indata);