/third_party/eudev/src/shared/ |
D | siphash24.h | 7 void siphash24(uint8_t out[8], const void *in, size_t inlen, const uint8_t k[16]);
|
D | siphash24.c | 56 void siphash24(uint8_t out[8], const void *_in, size_t inlen, const uint8_t k[16]) in siphash24() function
|
D | hashmap.c | 278 siphash24((uint8_t*) &u, p, strlen(p), hash_key); in string_hash_func() 293 siphash24((uint8_t*) &u, &p, sizeof(p), hash_key); in trivial_hash_func() 308 siphash24((uint8_t*) &u, p, sizeof(uint64_t), hash_key); in uint64_hash_func() 327 siphash24((uint8_t*) &u, p, sizeof(dev_t), hash_key); in devt_hash_func()
|
/third_party/python/Python/ |
D | pyhash.c | 375 siphash24(uint64_t k0, uint64_t k1, const void *src, Py_ssize_t src_sz) { in siphash24() function 426 return siphash24(key, 0, src, src_sz); in _Py_KeyedHash() 433 return (Py_hash_t)siphash24( in pysiphash()
|
/third_party/python/Modules/expat/ |
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()
|
/third_party/skia/third_party/externals/expat/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()
|
/third_party/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()
|
/third_party/eudev/ |
D | BUILD.gn | 63 "src/shared/siphash24.c",
|
/third_party/python/Doc/using/ |
D | configure.rst | 416 .. cmdoption:: --with-hash-algorithm=[fnv|siphash24] 420 * ``siphash24`` (default).
|
/third_party/python/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.
|
/third_party/python/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)
|
/third_party/python/ |
D | configure.ac | 3024 AS_HELP_STRING([--with-hash-algorithm=@<:@fnv|siphash24@:>@], 3029 siphash24)
|
D | configure | 10495 siphash24)
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 529 if (siphash24(message, len, &key) != expected) in START_TEST()
|
/third_party/expat/tests/ |
D | runtests.c | 529 if (siphash24(message, len, &key) != expected) in START_TEST()
|
/third_party/python/Misc/ |
D | HISTORY | 2358 - Issue #20162: Fix an alignment issue in the siphash24() hash function which
|