Home
last modified time | relevance | path

Searched defs:siphash24 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dsiphash.h270 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24() function
/freebsd/crypto/krb5/src/util/support/
H A Dhashtab.c77 siphash24(const uint8_t *data, size_t len, uint64_t k0, uint64_t k1) in siphash24() function
/freebsd/sys/dev/wg/
H A Dwg_noise.c1402 static uint64_t siphash24(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len) in siphash24() function