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