Searched refs:hash_func_ws (Results 1 – 2 of 2) sorted by relevance
| /u-boot/common/ |
| A D | hash.c | 222 .hash_func_ws = hw_sha1, 224 .hash_func_ws = sha1_csum_wd, 243 .hash_func_ws = hw_sha256, 245 .hash_func_ws = sha256_csum_wd, 263 .hash_func_ws = sha384_csum_wd, 274 .hash_func_ws = sha512_csum_wd, 284 .hash_func_ws = crc16_ccitt_wd_buf, 293 .hash_func_ws = crc32_wd_buf, 319 hash_algo[i].hash_func_ws += gd->reloc_off; in reloc_update() 403 algo->hash_func_ws(data, len, output, algo->chunk_size); in hash_block() [all …]
|
| /u-boot/include/ |
| A D | hash.h | 40 void (*hash_func_ws)(const unsigned char *input, unsigned int ilen, member
|
Completed in 6 milliseconds