Home
last modified time | relevance | path

Searched defs:SIPHASH_KEY_LENGTH (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dsiphash.c70 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[SIPHASH_KEY_LENGTH]) in SipHash_SetKey()
215 const uint8_t key[SIPHASH_KEY_LENGTH], in SipHashX()
H A Dsiphash.h52 #define SIPHASH_KEY_LENGTH 16 macro