Home
last modified time | relevance | path

Searched defs:siphash (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/expat/dist/lib/
H A Dsiphash.h132 struct siphash { struct
137 }; /* struct siphash */ argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsiphash_internal_test.c172 SIPHASH siphash = { 0, }; in test_siphash() local
260 SIPHASH siphash = { 0, }; in test_siphash_basic() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dsiphash_internal_test.c171 SIPHASH siphash = { 0, }; in test_siphash() local
259 SIPHASH siphash = { 0, }; in test_siphash_basic() local
/netbsd-src/external/bsd/unbound/dist/util/
H A Dsiphash.c90 int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k, in siphash() function
/netbsd-src/external/bsd/nsd/dist/
H A Dsiphash.c78 int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k, in siphash() function
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dsiphash_prov.c41 SIPHASH siphash; /* Siphash data */ member