Searched refs:SipHashX (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/crypto/siphash/ |
| H A D | siphash.h | 77 #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 D | siphash.c | 199 SipHashX(SIPHASH_CTX *ctx, int rc, int rf, in SipHashX() function
|