Searched refs:verity_hash (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/md/ |
| H A D | dm-verity.h | 128 extern int verity_hash(struct dm_verity *v, struct dm_verity_io *io,
|
| H A D | dm-verity-target.c | 199 int verity_hash(struct dm_verity *v, struct dm_verity_io *io, in verity_hash() function 364 r = verity_hash(v, io, data, 1 << v->hash_dev_block_bits, in verity_verify_level() 467 r = verity_hash(v, io, buffer, 1 << v->data_dev_block_bits, in verity_recheck() 583 r = verity_hash(v, io, data, block_size, in verity_verify_io() 1161 r = verity_hash(v, io, zero_data, 1 << v->data_dev_block_bits, in verity_alloc_zero_digest()
|
| H A D | dm-verity-fec.c | 193 if (unlikely(verity_hash(v, io, data, 1 << v->data_dev_block_bits, in fec_is_erasure() 394 r = verity_hash(v, io, fio->output, 1 << v->data_dev_block_bits, in fec_decode_rsb()
|