Home
last modified time | relevance | path

Searched refs:hash_func_ws (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dhash.c127 .hash_func_ws = hw_sha1,
129 .hash_func_ws = sha1_csum_wd,
148 .hash_func_ws = hw_sha256,
150 .hash_func_ws = sha256_csum_wd,
167 .hash_func_ws = crc32_wd_buf,
253 algo->hash_func_ws(data, len, output, algo->chunk_size); in hash_block()
409 algo->hash_func_ws(buf, len, output, algo->chunk_size);
/OK3568_Linux_fs/u-boot/include/
H A Dhash.h34 void (*hash_func_ws)(const unsigned char *input, unsigned int ilen, member