Symbol: SIPHASH_CTX
include/siphash.h
68
void SipHash_Init(SIPHASH_CTX *, const SIPHASH_KEY *);
include/siphash.h
69
void SipHash_Update(SIPHASH_CTX *, int, int, const void *, size_t);
include/siphash.h
70
uint64_t SipHash_End(SIPHASH_CTX *, int, int);
include/siphash.h
71
void SipHash_Final(void *, SIPHASH_CTX *, int, int);
lib/libc/hash/siphash.c
111
SipHash_Final(void *dst, SIPHASH_CTX *ctx, int rc, int rf)
lib/libc/hash/siphash.c
121
SipHash_End(SIPHASH_CTX *ctx, int rc, int rf)
lib/libc/hash/siphash.c
144
SIPHASH_CTX ctx;
lib/libc/hash/siphash.c
155
SipHash_Rounds(SIPHASH_CTX *ctx, int rounds)
lib/libc/hash/siphash.c
179
SipHash_CRounds(SIPHASH_CTX *ctx, int rounds)
lib/libc/hash/siphash.c
51
static void SipHash_CRounds(SIPHASH_CTX *, int);
lib/libc/hash/siphash.c
52
static void SipHash_Rounds(SIPHASH_CTX *, int);
lib/libc/hash/siphash.c
55
SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key)
lib/libc/hash/siphash.c
73
SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, const void *src, size_t len)
sbin/ping/ping.c
1142
SIPHASH_CTX ctx;
sbin/ping/ping.c
1290
SIPHASH_CTX ctx;
sys/crypto/siphash.c
109
SipHash_Final(void *dst, SIPHASH_CTX *ctx, int rc, int rf)
sys/crypto/siphash.c
118
SipHash_End(SIPHASH_CTX *ctx, int rc, int rf)
sys/crypto/siphash.c
140
SIPHASH_CTX ctx;
sys/crypto/siphash.c
150
SipHash_Rounds(SIPHASH_CTX *ctx, int rounds)
sys/crypto/siphash.c
174
SipHash_CRounds(SIPHASH_CTX *ctx, int rounds)
sys/crypto/siphash.c
51
static void SipHash_CRounds(SIPHASH_CTX *, int);
sys/crypto/siphash.c
52
static void SipHash_Rounds(SIPHASH_CTX *, int);
sys/crypto/siphash.c
55
SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key)
sys/crypto/siphash.c
72
SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, const void *src, size_t len)
sys/crypto/siphash.h
66
void SipHash_Init(SIPHASH_CTX *, const SIPHASH_KEY *);
sys/crypto/siphash.h
67
void SipHash_Update(SIPHASH_CTX *, int, int, const void *, size_t)
sys/crypto/siphash.h
69
uint64_t SipHash_End(SIPHASH_CTX *, int, int);
sys/crypto/siphash.h
70
void SipHash_Final(void *, SIPHASH_CTX *, int, int)
sys/isofs/cd9660/cd9660_node.c
86
SIPHASH_CTX ctx;
sys/miscfs/fuse/fuse_ihash.c
58
SIPHASH_CTX ctx;
sys/msdosfs/msdosfs_denode.c
92
SIPHASH_CTX ctx;
sys/net/if_gre.c
1516
SIPHASH_CTX ctx;
sys/net/if_gre.c
3044
SIPHASH_CTX ctx;
sys/net/if_trunk.c
994
SIPHASH_CTX ctx;
sys/net/pf_syncookies.c
284
SIPHASH_CTX ctx;
sys/netinet/in_pcb.c
157
SIPHASH_CTX ctx;
sys/netinet/in_pcb.c
172
SIPHASH_CTX ctx;
sys/netinet/ip_ipsp.c
231
SIPHASH_CTX ctx;
sys/netinet6/in6_pcb.c
138
SIPHASH_CTX ctx;
sys/ntfs/ntfs_ihash.c
84
SIPHASH_CTX ctx;
sys/ufs/ufs/ufs_ihash.c
62
SIPHASH_CTX ctx;
sys/ufs/ufs/ufs_quota.c
835
SIPHASH_CTX ctx;
usr.sbin/bgpd/rde_attr.c
75
SIPHASH_CTX ctx;
usr.sbin/bgpd/rde_community.c
641
SIPHASH_CTX ctx;
usr.sbin/bgpd/rde_rib.c
612
SIPHASH_CTX ctx;
usr.sbin/relayd/relay.c
1268
relay_hash_addr(SIPHASH_CTX *ctx, struct sockaddr_storage *ss, int portset)
usr.sbin/relayd/relay.c
74
void relay_hash_addr(SIPHASH_CTX *, struct sockaddr_storage *, int);
usr.sbin/relayd/relayd.h
571
SIPHASH_CTX se_siphashctx;