Home
last modified time | relevance | path

Searched refs:SipHash_Update (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_syncookie.c510 SipHash_Update(&ctx, &tpi->ip6->ip6_src.s6_addr, sizeof(tpi->ip6->ip6_src.s6_addr)); in syncookie_siphash()
511 SipHash_Update(&ctx, &tpi->ip6->ip6_dst.s6_addr, sizeof(tpi->ip6->ip6_dst.s6_addr)); in syncookie_siphash()
513 SipHash_Update(&ctx, &tpi->ip->ip_src.s_addr, sizeof(tpi->ip->ip_src.s_addr)); in syncookie_siphash()
514 SipHash_Update(&ctx, &tpi->ip->ip_dst.s_addr, sizeof(tpi->ip->ip_dst.s_addr)); in syncookie_siphash()
517 SipHash_Update(&ctx, &tpi->th->th_sport, sizeof(tpi->th->th_sport)); in syncookie_siphash()
518 SipHash_Update(&ctx, &tpi->th->th_dport, sizeof(tpi->th->th_dport)); in syncookie_siphash()
519 SipHash_Update(&ctx, &tpi->irs, sizeof(tpi->irs)); in syncookie_siphash()
520 SipHash_Update(&ctx, &flags, sizeof(flags)); in syncookie_siphash()
/xnu-12377.61.12/bsd/net/
H A Dsiphash.c127 SipHash_Update(SIPHASH_CTX *ctx, const void *src __sized_by(len0), size_t len0) in SipHash_Update() function
220 SipHash_Update(ctx, src, len); in SipHashX()
H A Dsiphash.h74 void SipHash_Update(SIPHASH_CTX *ctx, const void *src __sized_by(len0), size_t len0);
/xnu-12377.61.12/bsd/kern/
H A Dposix_sem.c258 SipHash_Update(&ctx, name, len); in psem_cache_hash()
264 SipHash_Update(&ctx, name, len); in psem_cache_hash()
265 SipHash_Update(&ctx, teamid, teamidlen); in psem_cache_hash()