Searched refs:siphash (Results 1 – 14 of 14) sorted by relevance
/external/expat/lib/ |
D | siphash.h | 137 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()
|
D | Makefile.am | 69 siphash.h \
|
D | Makefile.in | 401 siphash.h \
|
D | xmlparse.c | 3396 struct siphash sip_state; in storeAtts() 6667 struct siphash state; in hash()
|
/external/python/cpython2/Modules/expat/ |
D | siphash.h | 137 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()
|
D | xmlparse.c | 3396 struct siphash sip_state; in storeAtts() 6667 struct siphash state; in hash()
|
/external/python/cpython3/Modules/expat/ |
D | siphash.h | 137 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()
|
D | xmlparse.c | 3396 struct siphash sip_state; in storeAtts() 6667 struct siphash state; in hash()
|
/external/python/cpython3/Include/ |
D | pyhash.h | 66 } siphash; member
|
/external/python/cpython3/Python/ |
D | pyhash.c | 418 _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1), in pysiphash()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a4.rst | 123 platforms. This should ensure siphash gives consistent results across
|
/external/expat/ |
D | Changes | 151 #100 Fix use of SIPHASH_MAIN in siphash.h
|
/external/python/cpython3/Doc/ |
D | license.rst | 586 Jean-Philippe Aumasson (https://131002.net/siphash/siphash24.c)
|
/external/expat/tests/ |
D | runtests.c | 505 struct siphash state; in START_TEST()
|