Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 5 of 5) sorted by relevance

/external/lib/lwip/netif/ppp/
A Dchap.c431 u_char hash[MD5_SIGNATURE_SIZE]; in ChapReceiveChallenge() local
529 u_char hash[MD5_SIGNATURE_SIZE]; in ChapReceiveResponse() local
A Dmd5.c177 MD5Final (unsigned char hash[], MD5_CTX *mdContext) in MD5Final()
/external/lib/mincrypt/include/lib/mincrypt/
A Dhash-internal.h42 const uint8_t *(* const hash)(const void *, int, uint8_t *); member
/external/platform/pico/rp2_common/pico_rand/
A Drand.c111 static uint64_t sdbm_hash64_sram(uint64_t hash) { in sdbm_hash64_sram()
/external/lib/miniz/
A Dminiz.c1594 …mz_uint hash = (first_trigram ^ (first_trigram >> (24 - (TDEFL_LZ_HASH_BITS - 8)))) & TDEFL_LEVEL1… in tdefl_compress_fast() local
1740 …mz_uint hash = (d->m_dict[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] << TDEFL_LZ_HASH_SHIFT) ^ d->m_dict[(… in tdefl_compress_normal() local
1766 …mz_uint hash = ((d->m_dict[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] << (TDEFL_LZ_HASH_SHIFT * 2)) ^ (d->… in tdefl_compress_normal() local

Completed in 22 milliseconds