Searched refs:hash_func_ws (Results 1 - 3 of 3) sorted by path

/u-boot/boot/
H A Dimage-fit.c1289 algo->hash_func_ws(data, data_len, value, algo->chunk_size);
/u-boot/common/
H A Dhash.c211 .hash_func_ws = md5_wd,
220 .hash_func_ws = hw_sha1,
222 .hash_func_ws = sha1_csum_wd,
241 .hash_func_ws = hw_sha256,
243 .hash_func_ws = sha256_csum_wd,
262 .hash_func_ws = hw_sha384,
264 .hash_func_ws = sha384_csum_wd,
283 .hash_func_ws = hw_sha512,
285 .hash_func_ws = sha512_csum_wd,
302 .hash_func_ws
[all...]
/u-boot/include/
H A Dhash.h34 * hash_func_ws: Generic hashing function
44 void (*hash_func_ws)(const unsigned char *input, unsigned int ilen, member in struct:hash_algo

Completed in 87 milliseconds