Home
last modified time | relevance | path

Searched defs:siphash24 (Results 1 – 2 of 2) 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/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