HomeSort by relevance Sort by last modified time
    Searched refs:hash_func_ws (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
hash.h 24 * hash_func_ws: Generic hashing function
34 void (*hash_func_ws)(const unsigned char *input, unsigned int ilen, member in struct:hash_algo
  /external/u-boot/common/
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);
411 algo->hash_func_ws(buf, len, output, algo->chunk_size);

Completed in 1100 milliseconds