Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/siphash/
H A Dsiphash.h77 #define SipHash24(x, y, z, i) SipHashX((x), 2, 4, (y), (z), (i));
78 #define SipHash48(x, y, z, i) SipHashX((x), 4, 8, (y), (z), (i));
79 uint64_t SipHashX(SIPHASH_CTX *, int, int,
H A Dsiphash.c199 SipHashX(SIPHASH_CTX *ctx, int rc, int rf, in SipHashX() function