Symbol: SIPHASH_CTX
sys/crypto/siphash/siphash.c
122
SipHash_Update(SIPHASH_CTX *ctx, const void *src, size_t len)
sys/crypto/siphash/siphash.c
172
SipHash_Final(uint8_t dst[static SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx)
sys/crypto/siphash/siphash.c
184
SipHash_End(SIPHASH_CTX *ctx)
sys/crypto/siphash/siphash.c
201
SipHashX(SIPHASH_CTX *ctx, int rc, int rf,
sys/crypto/siphash/siphash.c
215
SipRounds(SIPHASH_CTX *ctx, int final)
sys/crypto/siphash/siphash.c
52
static void SipRounds(SIPHASH_CTX *ctx, int final);
sys/crypto/siphash/siphash.c
55
SipHash_InitX(SIPHASH_CTX *ctx, int rc, int rf)
sys/crypto/siphash/siphash.c
71
SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[static SIPHASH_KEY_LENGTH])
sys/crypto/siphash/siphash.c
91
SipBuf(SIPHASH_CTX *ctx, const uint8_t **src, size_t len, int final)
sys/crypto/siphash/siphash.h
68
void SipHash_InitX(SIPHASH_CTX *, int, int);
sys/crypto/siphash/siphash.h
69
void SipHash_SetKey(SIPHASH_CTX *,
sys/crypto/siphash/siphash.h
71
void SipHash_Update(SIPHASH_CTX *, const void *, size_t);
sys/crypto/siphash/siphash.h
72
void SipHash_Final(uint8_t[__min_size(SIPHASH_DIGEST_LENGTH)], SIPHASH_CTX *);
sys/crypto/siphash/siphash.h
73
uint64_t SipHash_End(SIPHASH_CTX *);
sys/crypto/siphash/siphash.h
77
uint64_t SipHashX(SIPHASH_CTX *, int, int,
sys/crypto/siphash/siphash_test.c
112
SIPHASH_CTX ctx;
sys/dev/wg/wg_cookie.c
500
SIPHASH_CTX ctx;
sys/dev/wg/wg_noise.c
1404
SIPHASH_CTX ctx;
sys/netinet/tcp_fastopen.c
535
SIPHASH_CTX ctx;
sys/netinet/tcp_fastopen.c
560
SIPHASH_CTX ctx;
sys/netinet/tcp_subr.c
3413
SIPHASH_CTX ctx;
sys/netinet/tcp_syncache.c
2235
SIPHASH_CTX ctx;
sys/netpfil/pf/pf_lb.c
89
SIPHASH_CTX ctx;
sys/netpfil/pf/pf_syncookies.c
426
SIPHASH_CTX ctx;