Home
last modified time | relevance | path

Searched refs:fsverity_hash_alg (Results 1 – 4 of 4) sorted by relevance

/linux/fs/verity/
H A Dfsverity_private.h23 struct fsverity_hash_alg { struct
41 const struct fsverity_hash_alg *hash_alg; /* the hash algorithm */ argument
87 extern const struct fsverity_hash_alg fsverity_hash_algs[];
89 const struct fsverity_hash_alg *fsverity_get_hash_alg(const struct inode *inode,
92 fsverity_prepare_hash_state(const struct fsverity_hash_alg *alg,
96 void fsverity_hash_buffer(const struct fsverity_hash_alg *alg,
H A Dhash_algs.c11 const struct fsverity_hash_alg fsverity_hash_algs[] = {
35 const struct fsverity_hash_alg *fsverity_get_hash_alg(const struct inode *inode, in fsverity_get_hash_alg()
55 fsverity_prepare_hash_state(const struct fsverity_hash_alg *alg, in fsverity_prepare_hash_state()
137 void fsverity_hash_buffer(const struct fsverity_hash_alg *alg, in fsverity_hash_buffer()
161 const struct fsverity_hash_alg *alg = &fsverity_hash_algs[i]; in fsverity_check_hash_algs()
H A Dsignature.c57 const struct fsverity_hash_alg *hash_alg = vi->tree_params.hash_alg; in fsverity_verify_signature()
H A Dopen.c44 const struct fsverity_hash_alg *hash_alg; in fsverity_init_merkle_tree_params()
170 static void compute_file_digest(const struct fsverity_hash_alg *hash_alg, in compute_file_digest()