SipHash24
hash = SipHash24(&info->siphashkey, key, info->keysize[keynum]);
hash = SipHash24(&info->siphashkey, &hash, sizeof(hash));
uint64_t hash = SipHash24(&info->siphashkey,
hash = SipHash24(&info->siphashkey, &hash, sizeof(hash));
lh = &ump->um_hashtbl[SipHash24(&ump->um_hashkey, &id, sizeof(id)) &
lh = &ump->um_hashtbl[SipHash24(&ump->um_hashkey,
lh = &ump->um_hashtbl[SipHash24(&ump->um_hashkey,
return SipHash24((SIPHASH_KEY *)sc->sc_hashkey, addr, ETHER_ADDR_LEN) &
idx = SipHash24(&sc->sc_secret, public, WG_KEY_SIZE);
idx = SipHash24(&sc->sc_secret, public, WG_KEY_SIZE);
res = SipHash24((SIPHASH_KEY *)key, &inaddr->addr32[0],
res = SipHash24((SIPHASH_KEY *)key,
key = SipHash24(&rl->rl_secret, &satosin(sa)->sin_addr,
key = SipHash24(&rl->rl_secret, &satosin6(sa)->sin6_addr,
(&nfsrvhashtbl[SipHash24(&nfsrvhashkey, &(xid), sizeof(xid)) & nfsrvhash])
return SipHash24(&ufsdirhash_key, name, namelen) % dh->dh_hlen;
return SipHash24(&rfkey, rf->rules, rf->len * sizeof(rf->rules[0]));
return SipHash24(&fskey, rfs->set, rfs->len * sizeof(*rfs->set));
return SipHash24(&lsacachekey, hdr, sizeof(*hdr));
return SipHash24(&lsacachekey, hdr, sizeof(*hdr));