HomeSort by relevance Sort by last modified time
    Searched refs:siphash (Results 1 - 6 of 6) sorted by null

  /external/expat/lib/
Makefile.am 70 siphash.h \
siphash.h 2 * siphash.h - SipHash-2-4 in a single header file
9 * 1. https://www.131002.net/siphash/siphash24.c
10 * 2. https://www.131002.net/siphash/
39 * SipHash-2-4 takes as input two 64-bit words as the key, some number of
42 * representing the key, and a struct siphash for representing the hash
57 * struct siphash state;
131 struct siphash { struct
136 }; /* struct siphash */
162 static void sip_round(struct siphash *H, const int rounds)
    [all...]
xmlparse.c 64 #include "siphash.h"
    [all...]
  /external/python/cpython3/Include/
pyhash.h 39 * k0k0k0k0 k1k1k1k1 ........ siphash -- two uint64_t
46 * k0k0k0k0 k1k1k1k1 ........ siphash -- two uint64_t (*)
50 * (*) The siphash member may not be available on 32 bit platforms without
66 } siphash; member in union:__anon33175
  /external/python/cpython3/Python/
pyhash.c 317 Jean-Philippe Aumasson (https://131002.net/siphash/siphash24.c)
369 uint64_t k0 = _le64toh(_Py_HashSecret.siphash.k0);
370 uint64_t k1 = _le64toh(_Py_HashSecret.siphash.k1);
  /external/expat/tests/
runtests.c 68 #include "siphash.h"
481 fail("SipHash self-test failed");
487 /* https://131002.net/siphash/siphash.pdf (page 19, "Test values") */
492 struct siphash state;
    [all...]

Completed in 217 milliseconds