Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am67 crypto_shorthash/siphash24/shorthash_siphash24.c \
68 crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c \
69 crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h \
163 crypto_shorthash/siphash24/shorthash_siphashx24.c \
164 crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c \
/freebsd/contrib/expat/lib/
H A Dsiphash.h270 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24() function
367 if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i])) in sip24_valid()
/freebsd/contrib/expat/fuzz/
H A Dxml_parse_fuzzer.c62 XML_SetHashSalt(p, (unsigned long)siphash24(data, size, key)); in ParseOneInput()
H A Dxml_parsebuffer_fuzzer.c63 XML_SetHashSalt(p, (unsigned long)siphash24(data, size, key)); in ParseOneInput()
/freebsd/sys/contrib/libsodium/
H A DAUTHORS102 crypto_shorthash/siphash24 Jean-Philippe Aumasson
/freebsd/sys/dev/wg/
H A Dwg_noise.c174 static uint64_t siphash24(const uint8_t [SIPHASH_KEY_LENGTH], const void *, size_t);
328 idx = siphash24(l->l_hash_key, r->r_public, NOISE_PUBLIC_KEY_LEN) & HT_REMOTE_MASK; in noise_remote_enable()
366 idx = siphash24(l->l_hash_key, public, NOISE_PUBLIC_KEY_LEN) & HT_REMOTE_MASK; in noise_remote_lookup()
1402 static uint64_t siphash24(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len) in siphash24() function
/freebsd/contrib/file/magic/Magdir/
H A Dlinux696 >>>>>>>>12 ulelong&4 !0 \b, keyed hash siphash24
/freebsd/contrib/expat/tests/
H A Dbasic_tests.c130 if (siphash24(message, len, &key) != expected) in START_TEST()
131 fail("siphash24 failed spec test\n"); in START_TEST()