HomeSort by relevance Sort by last modified time
    Searched refs:SHA_hash (Results 1 - 9 of 9) sorted by null

  /system/core/include/mincrypt/
sha.h 44 const uint8_t* SHA_hash(const void* data, int len, uint8_t* digest);
  /system/core/libmincrypt/
sha.c 92 SHA_hash,
149 const uint8_t* SHA_hash(const void* data, int len, uint8_t* digest) {
rsa.c 290 SHA_hash(buf, len, buf);
  /system/core/libmincrypt/test/
rsa_test.c     [all...]
  /system/core/fs_mgr/
fs_mgr_verity.c 94 SHA_hash((uint8_t*)table, table_length, hash_buf);
  /bootable/recovery/applypatch/
applypatch.c 88 SHA_hash(file->data, file->size, file->sha1);
    [all...]
  /external/libselinux/src/
android.c 837 SHA_hash(map, sb.st_size, fc_digest);
    [all...]
  /external/qemu/distrib/libselinux/src/
android.c 830 SHA_hash(map, sb.st_size, fc_digest);
    [all...]
  /bootable/recovery/updater/
install.c     [all...]

Completed in 6474 milliseconds