Searched refs:hash (Results 1 – 7 of 7) sorted by relevance
| /external/platform/pico/rp2_common/pico_rand/ |
| A D | rand.c | 111 static uint64_t sdbm_hash64_sram(uint64_t hash) { in sdbm_hash64_sram() argument 115 hash = (uint64_t) c + (hash << 6) + (hash << 16) - hash; in sdbm_hash64_sram() 117 return hash; in sdbm_hash64_sram()
|
| /external/lib/mincrypt/include/lib/mincrypt/ |
| A D | hash-internal.h | 42 const uint8_t *(* const hash)(const void *, int, uint8_t *); member 56 #define HASH_hash(data, len, digest) (ctx)->f->hash(data, len, digest)
|
| /external/lib/lwip/netif/ppp/ |
| A D | chap.c | 431 u_char hash[MD5_SIGNATURE_SIZE]; in ChapReceiveChallenge() local 496 MD5Final(hash, &mdContext); in ChapReceiveChallenge() 497 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE); in ChapReceiveChallenge() 529 u_char hash[MD5_SIGNATURE_SIZE]; in ChapReceiveResponse() local 604 MD5Final(hash, &mdContext); in ChapReceiveResponse() 607 if (memcmp (hash, remmd, MD5_SIGNATURE_SIZE) == 0) { in ChapReceiveResponse()
|
| A D | md5.h | 53 void MD5Final ( unsigned char hash[], MD5_CTX *mdContext);
|
| A D | md5.c | 177 MD5Final (unsigned char hash[], MD5_CTX *mdContext) in MD5Final() argument 214 SMEMCPY(hash, mdContext->digest, 16); in MD5Final()
|
| /external/lib/miniz/ |
| A D | miniz.c | 1594 …mz_uint hash = (first_trigram ^ (first_trigram >> (24 - (TDEFL_LZ_HASH_BITS - 8)))) & TDEFL_LEVEL1… in tdefl_compress_fast() local 1595 mz_uint probe_pos = d->m_hash[hash]; in tdefl_compress_fast() 1596 d->m_hash[hash] = (mz_uint16)lookahead_pos; in tdefl_compress_fast() 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 1748 hash = ((hash << TDEFL_LZ_HASH_SHIFT) ^ c) & (TDEFL_LZ_HASH_SIZE - 1); in tdefl_compress_normal() 1749 …d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; d->m_hash[hash] = (mz_uint16)(ins_… in tdefl_compress_normal() 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 1767 …d->m_next[ins_pos & TDEFL_LZ_DICT_SIZE_MASK] = d->m_hash[hash]; d->m_hash[hash] = (mz_uint16)(ins_… in tdefl_compress_normal()
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed in 9 # All text after a single hash (#) is considered a comment and will be ignored.
|
Completed in 20 milliseconds