Searched refs:siphash24 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/ |
H A D | Makefile.am | 67 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 D | siphash.h | 270 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 D | xml_parse_fuzzer.c | 62 XML_SetHashSalt(p, (unsigned long)siphash24(data, size, key)); in ParseOneInput()
|
H A D | xml_parsebuffer_fuzzer.c | 63 XML_SetHashSalt(p, (unsigned long)siphash24(data, size, key)); in ParseOneInput()
|
/freebsd/sys/contrib/libsodium/ |
H A D | AUTHORS | 102 crypto_shorthash/siphash24 Jean-Philippe Aumasson
|
/freebsd/sys/dev/wg/ |
H A D | wg_noise.c | 174 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 D | linux | 696 >>>>>>>>12 ulelong&4 !0 \b, keyed hash siphash24
|
/freebsd/contrib/expat/tests/ |
H A D | basic_tests.c | 130 if (siphash24(message, len, &key) != expected) in START_TEST() 131 fail("siphash24 failed spec test\n"); in START_TEST()
|