Home
last modified time | relevance | path

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

/linux-6.12.1/fs/verity/
Dfsverity_private.h22 struct fsverity_hash_alg { struct
36 const struct fsverity_hash_alg *hash_alg; /* the hash algorithm */ argument
79 extern struct fsverity_hash_alg fsverity_hash_algs[];
81 const struct fsverity_hash_alg *fsverity_get_hash_alg(const struct inode *inode,
83 const u8 *fsverity_prepare_hash_state(const struct fsverity_hash_alg *alg,
87 int fsverity_hash_buffer(const struct fsverity_hash_alg *alg,
Dhash_algs.c13 struct fsverity_hash_alg fsverity_hash_algs[] = {
42 const struct fsverity_hash_alg *fsverity_get_hash_alg(const struct inode *inode, in fsverity_get_hash_alg()
45 struct fsverity_hash_alg *alg; in fsverity_get_hash_alg()
111 const u8 *fsverity_prepare_hash_state(const struct fsverity_hash_alg *alg, in fsverity_prepare_hash_state()
209 int fsverity_hash_buffer(const struct fsverity_hash_alg *alg, in fsverity_hash_buffer()
224 const struct fsverity_hash_alg *alg = &fsverity_hash_algs[i]; in fsverity_check_hash_algs()
Dmeasure.c30 const struct fsverity_hash_alg *hash_alg; in fsverity_ioctl_measure()
90 const struct fsverity_hash_alg *hash_alg; in fsverity_get_digest()
127 const struct fsverity_hash_alg *hash_alg; in bpf_get_fsverity_digest()
Dsignature.c57 const struct fsverity_hash_alg *hash_alg = vi->tree_params.hash_alg; in fsverity_verify_signature()
Dopen.c35 const struct fsverity_hash_alg *hash_alg; in fsverity_init_merkle_tree_params()
161 static int compute_file_digest(const struct fsverity_hash_alg *hash_alg, in compute_file_digest()