Lines Matching full:hash
64 * hash_finish: Write the hash result to the given buffer
81 * hash_command: Process a hash command for a particular algorithm
83 * This common function is used to implement specific hash commands.
85 * @algo_name: Hash algorithm being used (lower case!)
96 * hash_block() - Hash a block according to the requested algorithm
98 * The caller probably knows the hash length for the chosen algorithm, but
102 * @algo_name: Hash algorithm to use
103 * @data: Data to hash
104 * @len: Lengh of data to hash in bytes
105 * @output: Place to put hash value
109 * allocated enough space for the hash. This is possible
125 * @algo_name: Hash algorithm to look up
133 * hash_progressive_lookup_algo() - Look up hash_algo for prog. hash support
136 * algorithm is not available with progressive hash support.
138 * @algo_name: Hash algorithm to look up
147 * hash_parse_string() - Parse hash string into a binary array
149 * The function parses a hash string into a binary array that
150 * can for example easily be used to compare to hash values.
152 * @algo_name: Hash algorithm to look up
153 * @str: Hash string to get parsed
154 * @result: Binary array of the parsed hash string