Searched refs:SIPHASH_KEY (Results 1 - 25 of 28) sorted by path

12

/openbsd-current/lib/libc/hash/
H A Dsiphash.c55 SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key)
142 SipHash(const SIPHASH_KEY *key, int rc, int rf, const void *src, size_t len)
/openbsd-current/lib/libc/stdlib/
H A Dicdb.c89 SIPHASH_KEY siphashkey; /* random hash key */
/openbsd-current/sys/crypto/
H A Dsiphash.c55 SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key)
138 SipHash(const SIPHASH_KEY *key, int rc, int rf, const void *src, size_t len)
H A Dsiphash.h64 } SIPHASH_KEY; typedef in typeref:struct:__anon8681
66 void SipHash_Init(SIPHASH_CTX *, const SIPHASH_KEY *);
72 uint64_t SipHash(const SIPHASH_KEY *, int, int, const void *, size_t)
/openbsd-current/sys/isofs/udf/
H A Dudf.h74 SIPHASH_KEY um_hashkey;
/openbsd-current/sys/net/
H A Dpf_syncookies.c119 SIPHASH_KEY key[2];
H A Dtrunklacp.h255 SIPHASH_KEY lsc_hashkey;
H A Dbridgectl.c311 return SipHash24((SIPHASH_KEY *)sc->sc_hashkey, addr, ETHER_ADDR_LEN) &
H A Dif_gre.c261 SIPHASH_KEY sc_ka_key;
H A Dif_trunk.c1057 trunk_hashmbuf(struct mbuf *m, SIPHASH_KEY *key)
H A Dif_trunk.h248 SIPHASH_KEY lb_key;
252 u_int32_t trunk_hashmbuf(struct mbuf *, SIPHASH_KEY *);
H A Dif_wg.c231 SIPHASH_KEY sc_secret;
H A Dpf_lb.c123 res = SipHash24((SIPHASH_KEY *)key,
129 res = SipHash24((SIPHASH_KEY *)key, &inaddr->addr32[0],
H A Dwg_cookie.h77 SIPHASH_KEY rl_secret;
/openbsd-current/include/
H A Dsiphash.h63 } SIPHASH_KEY; typedef in typeref:struct:__anon8
65 void SipHash_Init(SIPHASH_CTX *, const SIPHASH_KEY *);
69 uint64_t SipHash(const SIPHASH_KEY *, int, int, const void *, size_t);
/openbsd-current/sbin/ping/
H A Dping.c202 SIPHASH_KEY mac_key;
/openbsd-current/sys/isofs/cd9660/
H A Dcd9660_node.c64 SIPHASH_KEY isohashkey;
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_denode.c73 SIPHASH_KEY dehashkey;
/openbsd-current/sys/netinet/
H A Din_pcb.h195 SIPHASH_KEY inpt_key, inpt_lkey; /* [I] secrets for hashes */
H A Dip_ipsp.c205 static SIPHASH_KEY tdbkey; /* [D] */
/openbsd-current/sys/nfs/
H A Dnfs_srvcache.c67 SIPHASH_KEY nfsrvhashkey;
/openbsd-current/sys/ntfs/
H A Dntfs_ihash.c54 static SIPHASH_KEY ntfs_nthashkey;
/openbsd-current/sys/ufs/ufs/
H A Dufs_dirhash.c60 SIPHASH_KEY ufsdirhash_key;
H A Dufs_ihash.c51 SIPHASH_KEY ihashkey;
H A Dufs_quota.c806 SIPHASH_KEY dqhashkey;

Completed in 298 milliseconds

12