Home
last modified time | relevance | path

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

/fs/verity/
A Dfsverity_private.h22 struct fsverity_hash_alg { struct
40 const struct fsverity_hash_alg *hash_alg; /* the hash algorithm */ argument
84 extern const struct fsverity_hash_alg fsverity_hash_algs[];
86 const struct fsverity_hash_alg *fsverity_get_hash_alg(const struct inode *inode,
89 fsverity_prepare_hash_state(const struct fsverity_hash_alg *alg,
93 void fsverity_hash_buffer(const struct fsverity_hash_alg *alg,
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()
138 void fsverity_hash_buffer(const struct fsverity_hash_alg *alg, in fsverity_hash_buffer()
162 const struct fsverity_hash_alg *alg = &fsverity_hash_algs[i]; in fsverity_check_hash_algs()
A Dmeasure.c31 const struct fsverity_hash_alg *hash_alg; in fsverity_ioctl_measure()
91 const struct fsverity_hash_alg *hash_alg; in fsverity_get_digest()
128 const struct fsverity_hash_alg *hash_alg; in bpf_get_fsverity_digest()
A Dopen.c36 const struct fsverity_hash_alg *hash_alg; in fsverity_init_merkle_tree_params()
162 static void compute_file_digest(const struct fsverity_hash_alg *hash_alg, in compute_file_digest()
A Dsignature.c57 const struct fsverity_hash_alg *hash_alg = vi->tree_params.hash_alg; in fsverity_verify_signature()

Completed in 12 milliseconds