Home | History | Annotate | Download | only in apps

Lines Matching defs:indata

189     BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL;
737 cms = SMIME_read_CMS(in, &indata);
752 BIO_free(indata);
753 if ((indata = BIO_new_file(contfile, "rb")) == NULL) {
999 if (!CMS_decrypt(cms, NULL, NULL, indata, out, flags)) {
1007 if (!CMS_uncompress(cms, indata, out, flags))
1010 if (CMS_digest_verify(cms, indata, out, flags) > 0) {
1018 indata, out, flags))
1021 if (CMS_verify(cms, other, store, indata, out, flags) > 0) {
1062 ret = SMIME_write_CMS(out, cms, indata, flags);
1111 BIO_free(indata);