Searched refs:real_hash (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/verity/
H A Dverify.c100 u8 real_hash[FS_VERITY_MAX_DIGEST_SIZE]; local
205 if (fsverity_hash_block(params, inode, haddr, real_hash) != 0)
207 if (memcmp(want_hash, real_hash, hsize) != 0)
225 if (fsverity_hash_block(params, inode, data, real_hash) != 0)
227 if (memcmp(want_hash, real_hash, hsize) != 0)
233 "FILE CORRUPTED! pos=%llu, level=%d, want_hash=%s:%*phN, real_hash=%s:%*phN",
236 params->hash_alg->name, hsize, real_hash);

Completed in 95 milliseconds