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

12

/openbsd-current/sys/crypto/
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)
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)
/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/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/sys/net/
H A Dif_trunk.h248 SIPHASH_KEY lb_key;
252 u_int32_t trunk_hashmbuf(struct mbuf *, SIPHASH_KEY *);
H A Dwg_cookie.h77 SIPHASH_KEY rl_secret;
H A Dtrunklacp.h255 SIPHASH_KEY lsc_hashkey;
H A Dpf_syncookies.c119 SIPHASH_KEY key[2];
H A Dpf_lb.c123 res = SipHash24((SIPHASH_KEY *)key,
129 res = SipHash24((SIPHASH_KEY *)key, &inaddr->addr32[0],
H A Dbridgectl.c311 return SipHash24((SIPHASH_KEY *)sc->sc_hashkey, addr, ETHER_ADDR_LEN) &
H A Dif_trunk.c1057 trunk_hashmbuf(struct mbuf *m, SIPHASH_KEY *key)
/openbsd-current/sys/isofs/udf/
H A Dudf.h74 SIPHASH_KEY um_hashkey;
/openbsd-current/sys/ntfs/
H A Dntfs_ihash.c54 static SIPHASH_KEY ntfs_nthashkey;
/openbsd-current/sys/ufs/ufs/
H A Dufs_ihash.c51 SIPHASH_KEY ihashkey;
H A Dufs_quota.c806 SIPHASH_KEY dqhashkey;
H A Dufs_dirhash.c60 SIPHASH_KEY ufsdirhash_key;
/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/isofs/cd9660/
H A Dcd9660_node.c64 SIPHASH_KEY isohashkey;
/openbsd-current/lib/libc/stdlib/
H A Dicdb.c89 SIPHASH_KEY siphashkey; /* random hash key */
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_denode.c73 SIPHASH_KEY dehashkey;
/openbsd-current/usr.sbin/ospfd/
H A Dlsupdate.c537 SIPHASH_KEY lsacachekey;
/openbsd-current/usr.sbin/ospf6d/
H A Dlsupdate.c548 SIPHASH_KEY lsacachekey;
/openbsd-current/usr.sbin/relayd/
H A Drelayd.h373 SIPHASH_KEY siphashkey;

Completed in 322 milliseconds

12