Home
last modified time | relevance | path

Searched refs:siphash (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_syncookie.c505 uint32_t siphash[2]; in syncookie_siphash() local
521 SipHash_Final((u_int8_t *)&siphash, &ctx); in syncookie_siphash()
523 tpi->ts_offset = siphash[1]; in syncookie_siphash()
525 return siphash[0] ^ siphash[1]; in syncookie_siphash()
/xnu-12377.1.9/bsd/conf/
H A Dfiles228 bsd/net/siphash.c optional networking bound-checks