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