Home
last modified time | relevance | path

Searched refs:fsverity_hash_buffer (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/verity/
Dfsverity_private.h124 int fsverity_hash_buffer(const struct fsverity_hash_alg *alg,
Dhash_algs.c232 int fsverity_hash_buffer(const struct fsverity_hash_alg *alg, in fsverity_hash_buffer() function
Dopen.c137 err = fsverity_hash_buffer(hash_alg, desc, sizeof(*desc), measurement); in compute_file_measurement()