Lines Matching full:algorithm
27 * fsverity_get_hash_alg() - get a hash algorithm by number
29 * @num: the hash algorithm number
31 * Get the struct fsverity_hash_alg for the given hash algorithm number.
40 fsverity_warn(inode, "Unknown hash algorithm number: %u", num); in fsverity_get_hash_alg()
48 * @alg: hash algorithm
65 * algorithm's compression function, e.g. 64 bytes for SHA-256 or 128 in fsverity_prepare_hash_state()
66 * bytes for SHA-512. This ensures that the hash algorithm won't have in fsverity_prepare_hash_state()
132 * @alg: the hash algorithm to use
170 * have a default algorithm, but some users make use of this. in fsverity_check_hash_algs()