Searched refs:SipHashX (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/bsd/net/ ! |
| H A D | siphash.h | 78 #define SipHash24(x, y, z, i) SipHashX((x), 2, 4, (y), (z), (i)); 79 #define SipHash48(x, y, z, i) SipHashX((x), 4, 8, (y), (z), (i)); 80 uint64_t SipHashX(SIPHASH_CTX *ctx, uint8_t rc, uint8_t rf,
|
| H A D | siphash.c | 214 SipHashX(SIPHASH_CTX *ctx, uint8_t rc, uint8_t rf, in SipHashX() function
|