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

/freebsd-11.0-release/sys/crypto/siphash/
H A Dsiphash.h76 #define SipHash24(x, y, z, i) SipHashX((x), 2, 4, (y), (z), (i));
77 #define SipHash48(x, y, z, i) SipHashX((x), 4, 8, (y), (z), (i));
78 uint64_t SipHashX(SIPHASH_CTX *, int, int, const uint8_t[static SIPHASH_KEY_LENGTH], const void *,
H A Dsiphash.c199 SipHashX(SIPHASH_CTX *ctx, int rc, int rf, function

Completed in 97 milliseconds