Home
last modified time | relevance | path

Searched refs:SipHash24_Init (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dsiphash.h69 #define SipHash24_Init(x) SipHash_InitX((x), 2, 4) macro
/xnu-12377.1.9/bsd/kern/
H A Dposix_sem.c256 SipHash24_Init(&ctx); in psem_cache_hash()
262 SipHash24_Init(&ctx); in psem_cache_hash()
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_syncookie.c507 SipHash24_Init(&ctx); in syncookie_siphash()