Searched refs:verity_hash (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-verity.h | 134 extern int verity_hash(struct dm_verity *v, struct dm_verity_io *io,
|
| H A D | dm-verity-target.c | 117 int verity_hash(struct dm_verity *v, struct dm_verity_io *io, in verity_hash() function 295 r = verity_hash(v, io, data, 1 << v->hash_dev_block_bits, in verity_verify_level() 399 r = verity_hash(v, io, buffer, 1 << v->data_dev_block_bits, in verity_recheck() 481 r = verity_hash(v, io, io->pending_blocks[i].data, in verity_verify_pending_blocks() 1159 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 | 195 if (unlikely(verity_hash(v, io, data, 1 << v->data_dev_block_bits, in fec_is_erasure() 391 r = verity_hash(v, io, fio->output, 1 << v->data_dev_block_bits, in fec_decode_rsb()
|