HomeSort by relevance Sort by last modified time
    Searched full:zero_hash (Results 1 - 5 of 5) sorted by null

  /system/extras/libfec/
fec_private.h 89 uint8_t zero_hash[SHA256_DIGEST_LENGTH]; member in struct:verity_info
fec_read.cpp 102 return !memcmp(v->zero_hash, &v->hash[hash_offset], SHA256_DIGEST_LENGTH);
fec_verity.cpp 467 if (verity_hash(f, zero_block, v->zero_hash) == -1) {
  /external/autotest/client/site_tests/hardware_TrimIntegrity/
hardware_TrimIntegrity.py 144 zero_hash = utils.run(cmd).stdout.strip()
207 if cur == zero_hash:
  /external/protobuf/js/binary/
constants.js 360 jspb.BinaryConstants.ZERO_HASH = '\0\0\0\0\0\0\0\0';

Completed in 120 milliseconds