HomeSort by relevance Sort by last modified time
    Searched defs:indata (Results 1 - 3 of 3) sorted by null

  /external/openssl/apps/
smime.c 104 BIO *in = NULL, *out = NULL, *indata = NULL; local
623 p7 = SMIME_read_PKCS7(in, &indata);
641 BIO_free(indata);
642 if (!(indata = BIO_new_file(contfile, "rb")))
756 if (PKCS7_verify(p7, other, store, indata, out, flags))
786 SMIME_write_PKCS7(out, p7, indata, flags);
820 BIO_free(indata);
cms.c 120 BIO *in = NULL, *out = NULL, *indata = NULL, *rctin = NULL; local
789 cms = SMIME_read_CMS(in, &indata);
807 BIO_free(indata);
808 if (!(indata = BIO_new_file(contfile, "rb")))
1046 if (!CMS_decrypt(cms, NULL, NULL, indata, out, flags))
1059 if (!CMS_uncompress(cms, indata, out, flags))
1064 if (CMS_digest_verify(cms, indata, out, flags) > 0)
1075 indata, out, flags))
1080 if (CMS_verify(cms, other, store, indata, out, flags) > 0)
1133 ret = SMIME_write_CMS(out, cms, indata, flags)
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 1019 String indata = data.readString(); local
    [all...]

Completed in 131 milliseconds