Searched defs:siphash24 (Results 1 – 2 of 2) sorted by relevance
270 siphash24(const void *src, size_t len, const struct sipkey *key) { in siphash24() function
1402 static uint64_t siphash24(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len) in siphash24() function