Lines Matching full:algorithm
31 * fsverity_get_hash_alg() - validate and prepare a hash algorithm
33 * @num: the hash algorithm number
35 * Get the struct fsverity_hash_alg for the given hash algorithm number, and
51 fsverity_warn(inode, "Unknown hash algorithm number: %u", num); in fsverity_get_hash_alg()
69 "Missing crypto API support for hash algorithm \"%s\"", in fsverity_get_hash_alg()
75 "Error allocating hash algorithm \"%s\": %ld", in fsverity_get_hash_alg()
104 * @alg: hash algorithm
131 * algorithm's compression function, e.g. 64 bytes for SHA-256 or 128 in fsverity_prepare_hash_state()
132 * bytes for SHA-512. This ensures that the hash algorithm won't have in fsverity_prepare_hash_state()
202 * @alg: the hash algorithm to use
233 * have a default algorithm, but some users make use of this. in fsverity_check_hash_algs()