Lines Matching full:algorithm
30 * fsverity_get_hash_alg() - validate and prepare a hash algorithm
32 * @num: the hash algorithm number
34 * Get the struct fsverity_hash_alg for the given hash algorithm number, and
50 fsverity_warn(inode, "Unknown hash algorithm number: %u", num); in fsverity_get_hash_alg()
72 "Missing crypto API support for hash algorithm \"%s\"", in fsverity_get_hash_alg()
78 "Error allocating hash algorithm \"%s\": %ld", in fsverity_get_hash_alg()
113 * @alg: the hash algorithm for which to allocate the request
135 * @alg: the hash algorithm
149 * @alg: hash algorithm
179 * algorithm's compression function, e.g. 64 bytes for SHA-256 or 128 in fsverity_prepare_hash_state()
180 * bytes for SHA-512. This ensures that the hash algorithm won't have in fsverity_prepare_hash_state()
271 * @alg: the hash algorithm to use