Home
last modified time | relevance | path

Searched defs:hashes (Results 1 – 3 of 3) sorted by relevance

/system/extras/libfec/
Dfec_verity.cpp98 uint64_t hashes = file_size / FEC_BLOCKSIZE; in verity_get_size() local
226 uint32_t hashes[levels]; in verify_tree() local
/system/extras/verity/
DVerityVerifier.java192 int hashes = (int) (imageSize / blockSize); in calculateHashTreeSize() local
Dbuild_verity_tree.cpp22 unsigned char *hashes; member