Searched refs:hash_func_ws (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/common/ |
D | hash.c | 126 .hash_func_ws = hw_sha1, 128 .hash_func_ws = sha1_csum_wd, 147 .hash_func_ws = hw_sha256, 149 .hash_func_ws = sha256_csum_wd, 166 .hash_func_ws = crc32_wd_buf, 252 algo->hash_func_ws(data, len, output, algo->chunk_size); in hash_block() 411 algo->hash_func_ws(buf, len, output, algo->chunk_size);
|
/external/u-boot/include/ |
D | hash.h | 34 void (*hash_func_ws)(const unsigned char *input, unsigned int ilen, member
|