Searched refs:siphash24 (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | hashtab.c | 77 siphash24(const uint8_t *data, size_t len, uint64_t k0, uint64_t k1) in siphash24() function 120 return siphash24(data, len, k0, k1); in k5_siphash24() 185 j = siphash24(ent->key, ent->klen, ht->k0, ht->k1) % newsize; in resize_table() 215 i = siphash24(key, klen, ht->k0, ht->k1) % ht->nbuckets; in k5_hashtab_add() 228 i = siphash24(key, klen, ht->k0, ht->k1) % ht->nbuckets; in k5_hashtab_remove() 246 i = siphash24(key, klen, ht->k0, ht->k1) % ht->nbuckets; in k5_hashtab_get()
|
| H A D | t_hashtab.c | 119 hval = siphash24(seq, i, k0, k1); in test_siphash()
|
| /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 | 63 XML_SetHashSalt(p, (unsigned long)siphash24(data, size, key)); in ParseOneInput()
|
| H A D | xml_parsebuffer_fuzzer.c | 64 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 | 133 if (siphash24(message, len, &key) != expected) in START_TEST()
|