Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsiphash.c77 static void SipHash_CRounds(SIPHASH_CTX *ctx, const void *ptr, int rounds) in SipHash_CRounds() function
119 SipHash_CRounds(ctx, ctx->buf, rc); in SipHash_Update()
129 SipHash_CRounds(ctx, ptr, rc); in SipHash_Update()
157 SipHash_CRounds(ctx, ctx->buf, rc); in SipHash_End()