Home
last modified time | relevance | path

Searched defs:siphash24 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/expat/
Dsiphash.h270 static uint64_t siphash24(const void *src, size_t len, in siphash24() function
/external/python/cpython3/Modules/expat/
Dsiphash.h270 static uint64_t siphash24(const void *src, size_t len, in siphash24() function
/external/expat/lib/
Dsiphash.h270 static uint64_t siphash24(const void *src, size_t len, in siphash24() function
/external/python/cpython3/Python/
Dpyhash.c367 siphash24(uint64_t k0, uint64_t k1, const void *src, Py_ssize_t src_sz) { in siphash24() function