Searched refs:SipHashX (Results 1 – 4 of 4) sorted by relevance
| /src/sys/crypto/siphash/ |
| H A D | siphash.h | 75 #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 D | siphash.c | 201 SipHashX(SIPHASH_CTX *ctx, int rc, int rf, in SipHashX() function
|
| /src/sys/dev/wg/ |
| H A D | wg_cookie.c | 501 return (SipHashX(&ctx, 1, 3, key, src, len)); in siphash13()
|
| H A D | wg_noise.c | 1405 return (SipHashX(&ctx, 2, 4, key, src, len)); in siphash24()
|