Searched refs:hash_func_ws (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/common/ |
| H A D | hash.c | 211 .hash_func_ws = hw_sha1, 213 .hash_func_ws = sha1_csum_wd, 232 .hash_func_ws = hw_sha256, 234 .hash_func_ws = sha256_csum_wd, 253 .hash_func_ws = hw_sha384, 255 .hash_func_ws = sha384_csum_wd, 274 .hash_func_ws = hw_sha512, 276 .hash_func_ws = sha512_csum_wd, 293 .hash_func_ws = crc16_ccitt_wd_buf, 302 .hash_func_ws = crc32_wd_buf, [all …]
|
| H A D | image-fit.c | 1148 algo->hash_func_ws(data, data_len, value, algo->chunk_size); in calculate_hash()
|
| /openbmc/u-boot/include/ |
| H A D | hash.h | 38 void (*hash_func_ws)(const unsigned char *input, unsigned int ilen, member
|
| /openbmc/u-boot/cmd/ |
| H A D | otp.c | 1896 algo->hash_func_ws(data, data_len, value, algo->chunk_size); in do_hash()
|