Home
last modified time | relevance | path

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

/freebsd/sys/crypto/siphash/
H A Dsiphash.c66 ctx->rounds_final = rf; in SipHash_InitX()
222 rounds = ctx->rounds_final; in SipRounds()
H A Dsiphash.h61 uint8_t rounds_final; member