Home
last modified time | relevance | path

Searched refs:siphash (Results 1 – 8 of 8) sorted by relevance

/external/expat/lib/
Dsiphash.h131 struct siphash { struct
162 static void sip_round(struct siphash *H, const int rounds) { in sip_round()
187 static struct siphash *sip24_init(struct siphash *H, in sip24_init()
203 static struct siphash *sip24_update(struct siphash *H, const void *src, in sip24_update()
228 static uint64_t sip24_final(struct siphash *H) { in sip24_final()
255 struct siphash state = SIPHASH_INITIALIZER; in siphash24()
DMakefile.am70 siphash.h \
Dxmlparse.c3373 struct siphash sip_state; in storeAtts()
6644 struct siphash state; in hash()
/external/python/cpython3/Include/
Dpyhash.h66 } siphash; member
/external/python/cpython3/Python/
Dpyhash.c369 uint64_t k0 = _le64toh(_Py_HashSecret.siphash.k0); in siphash24()
370 uint64_t k1 = _le64toh(_Py_HashSecret.siphash.k1); in siphash24()
/external/expat/
DChanges103 #100 Fix use of SIPHASH_MAIN in siphash.h
/external/python/cpython3/Doc/
Dlicense.rst627 Jean-Philippe Aumasson (https://131002.net/siphash/siphash24.c)
/external/expat/tests/
Druntests.c492 struct siphash state; in START_TEST()