Searched refs:hash_block (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-verity-target.c | 156 sector_t *hash_block, unsigned int *offset) in verity_hash_at_level() argument 161 *hash_block = v->hash_level_block[level] + (position >> v->hash_per_block_bits); in verity_hash_at_level() 248 sector_t hash_block; in verity_verify_level() local 252 verity_hash_at_level(v, block, level, &hash_block, &offset); in verity_verify_level() 255 data = dm_bufio_get(v->bufio, hash_block, &buf); in verity_verify_level() 265 data = dm_bufio_read_with_ioprio(v->bufio, hash_block, in verity_verify_level() 273 data = dm_bufio_new(v->bufio, hash_block, &buf); in verity_verify_level() 277 want_digest, hash_block, data) == 0) { in verity_verify_level() 283 dm_bufio_forget(v->bufio, hash_block); in verity_verify_level() 312 want_digest, hash_block, data) == 0) in verity_verify_level() [all …]
|