Home
last modified time | relevance | path

Searched refs:SipHash24 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/crypto/siphash/
H A Dsiphash.h75 #define SipHash24(x, y, z, i) SipHashX((x), 2, 4, (y), (z), (i)); macro
/freebsd/sys/netpfil/pf/
H A Dpf_lb.c105 res = SipHash24(&ctx, (const uint8_t *)key, in pf_hash()
112 res = SipHash24(&ctx, (const uint8_t *)key, in pf_hash()