Searched refs:siphash24 (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Python/ |
D | pyhash.c | 373 siphash24(uint64_t k0, uint64_t k1, const void *src, Py_ssize_t src_sz) { in siphash24() function 424 return siphash24(key, 0, src, src_sz); in _Py_KeyedHash() 431 return (Py_hash_t)siphash24( in pysiphash()
|
/external/expat/lib/ |
D | siphash.h | 271 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24() function 368 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i])) in sip24_valid()
|
/external/python/cpython3/Modules/expat/ |
D | siphash.h | 276 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24() function 373 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i])) in sip24_valid()
|
/external/python/cpython2/Modules/expat/ |
D | siphash.h | 270 static uint64_t siphash24(const void *src, size_t len, in siphash24() function 365 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i])) in sip24_valid()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b5.rst | 58 Fix unaligned accesses in siphash24(). Patch by Rolf Eike Beer.
|
D | 3.6.6rc1.rst | 56 Fix unaligned accesses in siphash24(). Patch by Rolf Eike Beer.
|
D | 3.8.0a1.rst | 1303 Fix unaligned accesses in siphash24(). Patch by Rolf Eike Beer.
|
/external/python/cpython3/Doc/ |
D | license.rst | 618 Samuel Neves (supercop/crypto_auth/siphash24/little) 619 djb (supercop/crypto_auth/siphash24/little2) 620 Jean-Philippe Aumasson (https://131002.net/siphash/siphash24.c)
|
/external/python/cpython3/ |
D | configure.ac | 2958 AS_HELP_STRING([--with-hash-algorithm=@<:@fnv|siphash24@:>@], 2963 siphash24)
|
D | configure | 1529 --with-hash-algorithm=[fnv|siphash24] 10189 siphash24)
|
/external/expat/tests/ |
D | runtests.c | 521 if (siphash24(message, len, &key) != expected) in START_TEST()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 2358 - Issue #20162: Fix an alignment issue in the siphash24() hash function which
|