Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dsiphash.c52 static void SipRounds(SIPHASH_CTX *ctx, int final);
113 SipRounds(ctx, 0); in SipBuf()
166 SipRounds(ctx, 0); in SipHash_Update()
174 SipRounds(ctx, 0); in SipHash_Update()
206 SipRounds(ctx, 1); in SipHash_End()
228 SipRounds(SIPHASH_CTX *ctx, int final) in SipRounds() function