fsverity_hash_alg   44 fs/verity/fsverity_private.h 	const struct fsverity_hash_alg *hash_alg; /* the hash algorithm */
fsverity_hash_alg  115 fs/verity/fsverity_private.h extern struct fsverity_hash_alg fsverity_hash_algs[];
fsverity_hash_alg  117 fs/verity/fsverity_private.h const struct fsverity_hash_alg *fsverity_get_hash_alg(const struct inode *inode,
fsverity_hash_alg  119 fs/verity/fsverity_private.h const u8 *fsverity_prepare_hash_state(const struct fsverity_hash_alg *alg,
fsverity_hash_alg  124 fs/verity/fsverity_private.h int fsverity_hash_buffer(const struct fsverity_hash_alg *alg,
fsverity_hash_alg   14 fs/verity/hash_algs.c struct fsverity_hash_alg fsverity_hash_algs[] = {
fsverity_hash_alg   39 fs/verity/hash_algs.c const struct fsverity_hash_alg *fsverity_get_hash_alg(const struct inode *inode,
fsverity_hash_alg   42 fs/verity/hash_algs.c 	struct fsverity_hash_alg *alg;
fsverity_hash_alg  104 fs/verity/hash_algs.c const u8 *fsverity_prepare_hash_state(const struct fsverity_hash_alg *alg,
fsverity_hash_alg  232 fs/verity/hash_algs.c int fsverity_hash_buffer(const struct fsverity_hash_alg *alg,
fsverity_hash_alg  265 fs/verity/hash_algs.c 		const struct fsverity_hash_alg *alg = &fsverity_hash_algs[i];
fsverity_hash_alg   26 fs/verity/measure.c 	const struct fsverity_hash_alg *hash_alg;
fsverity_hash_alg   34 fs/verity/open.c 	const struct fsverity_hash_alg *hash_alg;
fsverity_hash_alg  129 fs/verity/open.c static int compute_file_measurement(const struct fsverity_hash_alg *hash_alg,
fsverity_hash_alg   42 fs/verity/signature.c 	const struct fsverity_hash_alg *hash_alg = vi->tree_params.hash_alg;