Searched refs:SipHash24 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/crypto/siphash/ |
H A D | siphash.h | 75 #define SipHash24(x, y, z, i) SipHashX((x), 2, 4, (y), (z), (i)); macro
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_lb.c | 105 res = SipHash24(&ctx, (const uint8_t *)key, in pf_hash() 112 res = SipHash24(&ctx, (const uint8_t *)key, in pf_hash()
|