Symbol: SIPHASH_KEY_LENGTH
sys/crypto/siphash/siphash.c
202
const uint8_t key[static SIPHASH_KEY_LENGTH], const void *src, size_t len)
sys/crypto/siphash/siphash.c
71
SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[static SIPHASH_KEY_LENGTH])
sys/crypto/siphash/siphash.h
70
const uint8_t[__min_size(SIPHASH_KEY_LENGTH)]);
sys/crypto/siphash/siphash.h
78
const uint8_t[__min_size(SIPHASH_KEY_LENGTH)], const void *, size_t);
sys/dev/wg/wg_cookie.c
498
static uint64_t siphash13(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len)
sys/dev/wg/wg_cookie.c
53
uint8_t rl_secret[SIPHASH_KEY_LENGTH];
sys/dev/wg/wg_cookie.c
76
static uint64_t siphash13(const uint8_t [SIPHASH_KEY_LENGTH], const void *, size_t);
sys/dev/wg/wg_noise.c
129
uint8_t l_hash_key[SIPHASH_KEY_LENGTH];
sys/dev/wg/wg_noise.c
1402
static uint64_t siphash24(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len)
sys/dev/wg/wg_noise.c
174
static uint64_t siphash24(const uint8_t [SIPHASH_KEY_LENGTH], const void *, size_t);
sys/netinet/tcp_fastopen.c
191
#define TCP_FASTOPEN_KEY_LEN SIPHASH_KEY_LENGTH
sys/netinet/tcp_fastopen.c
533
tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc)
sys/netinet/tcp_subr.c
330
#define TS_OFFSET_SECRET_LENGTH SIPHASH_KEY_LENGTH
sys/netinet/tcp_subr.c
3416
KASSERT(len >= SIPHASH_KEY_LENGTH,
sys/netinet/tcp_subr.c
3505
#define ISN_SECRET_LENGTH SIPHASH_KEY_LENGTH
sys/netpfil/pf/pf_lb.c
98
_Static_assert(sizeof(*key) >= SIPHASH_KEY_LENGTH, "");
sys/netpfil/pf/pf_syncookies.c
101
#define PF_SYNCOOKIE_SECRET_SIZE SIPHASH_KEY_LENGTH
sys/netpfil/pf/pf_syncookies.c
108
uint8_t key[2][SIPHASH_KEY_LENGTH];