HomeSort by relevance Sort by last modified time
    Searched defs:indata (Results 1 - 4 of 4) 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
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)
    [all...]
  /external/elfutils/0.153/src/
unstrip.c 1508 Elf_Data *indata = elf_getdata (sec->scn, NULL); local
    [all...]
readelf.c 7432 Elf_Data indata = local
    [all...]

Completed in 414 milliseconds