Lines Matching +full:look +full:- +full:up
1 /* SPDX-License-Identifier: GPL-2.0+ */
46 * @return 0 if ok, -1 on error
59 * @return 0 if ok, -1 on error
72 * @return 0 if ok, -ENOSPC if size of the result buffer is too small
73 * or -1 on other errors
96 * hash_block() - Hash a block according to the requested algorithm
111 * @return 0 if ok, -ve on error: -EPROTONOSUPPORT for an unknown algorithm,
112 * -ENOSPC if the output buffer is not large enough.
120 * hash_lookup_algo() - Look up the hash_algo struct for an algorithm
122 * The function returns the pointer to the struct or -EPROTONOSUPPORT if the
125 * @algo_name: Hash algorithm to look up
128 * @return 0 if ok, -EPROTONOSUPPORT for an unknown algorithm.
133 * hash_progressive_lookup_algo() - Look up hash_algo for prog. hash support
135 * The function returns the pointer to the struct or -EPROTONOSUPPORT if the
138 * @algo_name: Hash algorithm to look up
141 * @return 0 if ok, -EPROTONOSUPPORT for an unknown algorithm.
147 * hash_parse_string() - Parse hash string into a binary array
152 * @algo_name: Hash algorithm to look up
156 * @return 0 if ok, -EPROTONOSUPPORT for an unknown algorithm.