Home
last modified time | relevance | path

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

/src/sys/crypto/siphash/
H A Dsiphash.h75 #define SipHash24(x, y, z, i) SipHashX((x), 2, 4, (y), (z), (i));
76 #define SipHash48(x, y, z, i) SipHashX((x), 4, 8, (y), (z), (i));
77 uint64_t SipHashX(SIPHASH_CTX *, int, int,
H A Dsiphash.c201 SipHashX(SIPHASH_CTX *ctx, int rc, int rf, in SipHashX() function
/src/sys/dev/wg/
H A Dwg_cookie.c501 return (SipHashX(&ctx, 1, 3, key, src, len)); in siphash13()
H A Dwg_noise.c1405 return (SipHashX(&ctx, 2, 4, key, src, len)); in siphash24()