OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SipHash48
include/siphash.h
84
#define SipHash48(_k, _p, _l) SipHash((_k), 4, 8, (_p), (_l))
sys/crypto/siphash.h
85
#define SipHash48(_k, _p, _l) SipHash((_k), 4, 8, (_p), (_l))