SIPHASH_KEY
void SipHash_Init(SIPHASH_CTX *, const SIPHASH_KEY *);
uint64_t SipHash(const SIPHASH_KEY *, int, int, const void *, size_t);
SipHash(const SIPHASH_KEY *key, int rc, int rf, const void *src, size_t len)
SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key)
SIPHASH_KEY siphashkey; /* random hash key */
SIPHASH_KEY mac_key;
SipHash(const SIPHASH_KEY *key, int rc, int rf, const void *src, size_t len)
SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key)
void SipHash_Init(SIPHASH_CTX *, const SIPHASH_KEY *);
uint64_t SipHash(const SIPHASH_KEY *, int, int, const void *, size_t)
SIPHASH_KEY isohashkey;
SIPHASH_KEY um_hashkey;
SIPHASH_KEY fuse_ihashkey;
SIPHASH_KEY dehashkey;
return SipHash24((SIPHASH_KEY *)sc->sc_hashkey, addr, ETHER_ADDR_LEN) &
SIPHASH_KEY sc_ka_key;
trunk_hashmbuf(struct mbuf *m, SIPHASH_KEY *key)
SIPHASH_KEY lb_key;
u_int32_t trunk_hashmbuf(struct mbuf *, SIPHASH_KEY *);
SIPHASH_KEY sc_secret;
res = SipHash24((SIPHASH_KEY *)key, &inaddr->addr32[0],
res = SipHash24((SIPHASH_KEY *)key,
SIPHASH_KEY key[2];
SIPHASH_KEY lsc_hashkey;
SIPHASH_KEY rl_secret;
SIPHASH_KEY inpt_key, inpt_lkey; /* [I] secrets for hashes */
static SIPHASH_KEY tdbkey; /* [D] */
SIPHASH_KEY nfsrvhashkey;
static SIPHASH_KEY ntfs_nthashkey;
SIPHASH_KEY ufsdirhash_key;
SIPHASH_KEY ihashkey;
SIPHASH_KEY dqhashkey;
static SIPHASH_KEY attrkey;
static SIPHASH_KEY commkey;
static SIPHASH_KEY rfkey;
static SIPHASH_KEY fskey;
static SIPHASH_KEY pathkey;
SIPHASH_KEY lsacachekey;
SIPHASH_KEY lsacachekey;
SIPHASH_KEY siphashkey;