Home | History | Annotate | Download | only in apps

Lines Matching defs:indata

120 	BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL;
799 cms = SMIME_read_CMS(in, &indata);
817 BIO_free(indata);
818 if (!(indata = BIO_new_file(contfile, "rb")))
1079 if (!CMS_decrypt(cms, NULL, NULL, indata, out, flags))
1092 if (!CMS_uncompress(cms, indata, out, flags))
1097 if (CMS_digest_verify(cms, indata, out, flags) > 0)
1108 indata, out, flags))
1113 if (CMS_verify(cms, other, store, indata, out, flags) > 0)
1166 ret = SMIME_write_CMS(out, cms, indata, flags);
1222 BIO_free(indata);