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

/linux-master/drivers/md/
H A Ddm-verity-target.c105 static int verity_hash_update(struct dm_verity *v, struct ahash_request *req, function
158 r = verity_hash_update(v, req, v->salt, v->salt_size, wait);
169 r = verity_hash_update(v, req, v->salt, v->salt_size, wait);
193 r = verity_hash_update(v, req, data, len, &wait);

Completed in 120 milliseconds