Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/siphash/
H A Dsiphash.c55 static void SipRounds(SIPHASH_CTX *ctx, int final);
111 SipRounds(ctx, 0); in SipBuf()
151 SipRounds(ctx, 0); in SipHash_Update()
159 SipRounds(ctx, 0); in SipHash_Update()
191 SipRounds(ctx, 1); in SipHash_End()
213 SipRounds(SIPHASH_CTX *ctx, int final) in SipRounds() function