Lines Matching full:algorithm
32 * fsverity_get_hash_alg() - validate and prepare a hash algorithm
34 * @num: the hash algorithm number
36 * Get the struct fsverity_hash_alg for the given hash algorithm number, and
52 fsverity_warn(inode, "Unknown hash algorithm number: %u", num); in fsverity_get_hash_alg()
74 "Missing crypto API support for hash algorithm \"%s\"", in fsverity_get_hash_alg()
80 "Error allocating hash algorithm \"%s\": %ld", in fsverity_get_hash_alg()
115 * @alg: the hash algorithm for which to allocate the request
137 * @alg: the hash algorithm
151 * @alg: hash algorithm
181 * algorithm's compression function, e.g. 64 bytes for SHA-256 or 128 in fsverity_prepare_hash_state()
182 * bytes for SHA-512. This ensures that the hash algorithm won't have in fsverity_prepare_hash_state()
273 * @alg: the hash algorithm to use