Home
last modified time | relevance | path

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

/external/expat/lib/
Dsiphash.h137 struct siphash { struct
172 static void sip_round(struct siphash *H, const int rounds) { in sip_round()
197 static struct siphash *sip24_init(struct siphash *H, in sip24_init()
213 static struct siphash *sip24_update(struct siphash *H, const void *src, in sip24_update()
238 static uint64_t sip24_final(struct siphash *H) { in sip24_final()
272 struct siphash state = SIPHASH_INITIALIZER; in siphash24()
DMakefile.am69 siphash.h \
DMakefile.in401 siphash.h \
Dxmlparse.c3396 struct siphash sip_state; in storeAtts()
6667 struct siphash state; in hash()
/external/python/cpython2/Modules/expat/
Dsiphash.h137 struct siphash { struct
172 static void sip_round(struct siphash *H, const int rounds) { in sip_round()
197 static struct siphash *sip24_init(struct siphash *H, in sip24_init()
213 static struct siphash *sip24_update(struct siphash *H, const void *src, in sip24_update()
238 static uint64_t sip24_final(struct siphash *H) { in sip24_final()
272 struct siphash state = SIPHASH_INITIALIZER; in siphash24()
Dxmlparse.c3396 struct siphash sip_state; in storeAtts()
6667 struct siphash state; in hash()
/external/python/cpython3/Modules/expat/
Dsiphash.h137 struct siphash { struct
172 static void sip_round(struct siphash *H, const int rounds) { in sip_round()
197 static struct siphash *sip24_init(struct siphash *H, in sip24_init()
213 static struct siphash *sip24_update(struct siphash *H, const void *src, in sip24_update()
238 static uint64_t sip24_final(struct siphash *H) { in sip24_final()
272 struct siphash state = SIPHASH_INITIALIZER; in siphash24()
Dxmlparse.c3396 struct siphash sip_state; in storeAtts()
6667 struct siphash state; in hash()
/external/python/cpython3/Include/
Dpyhash.h66 } siphash; member
/external/python/cpython3/Python/
Dpyhash.c418 _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1), in pysiphash()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a4.rst123 platforms. This should ensure siphash gives consistent results across
/external/expat/
DChanges151 #100 Fix use of SIPHASH_MAIN in siphash.h
/external/python/cpython3/Doc/
Dlicense.rst586 Jean-Philippe Aumasson (https://131002.net/siphash/siphash24.c)
/external/expat/tests/
Druntests.c505 struct siphash state; in START_TEST()