SIPHASH_KEY_LENGTH
const uint8_t key[static SIPHASH_KEY_LENGTH], const void *src, size_t len)
SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[static SIPHASH_KEY_LENGTH])
const uint8_t[__min_size(SIPHASH_KEY_LENGTH)]);
const uint8_t[__min_size(SIPHASH_KEY_LENGTH)], const void *, size_t);
static uint64_t siphash13(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len)
uint8_t rl_secret[SIPHASH_KEY_LENGTH];
static uint64_t siphash13(const uint8_t [SIPHASH_KEY_LENGTH], const void *, size_t);
uint8_t l_hash_key[SIPHASH_KEY_LENGTH];
static uint64_t siphash24(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len)
static uint64_t siphash24(const uint8_t [SIPHASH_KEY_LENGTH], const void *, size_t);
#define TCP_FASTOPEN_KEY_LEN SIPHASH_KEY_LENGTH
tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc)
#define TS_OFFSET_SECRET_LENGTH SIPHASH_KEY_LENGTH
KASSERT(len >= SIPHASH_KEY_LENGTH,
#define ISN_SECRET_LENGTH SIPHASH_KEY_LENGTH
_Static_assert(sizeof(*key) >= SIPHASH_KEY_LENGTH, "");
#define PF_SYNCOOKIE_SECRET_SIZE SIPHASH_KEY_LENGTH
uint8_t key[2][SIPHASH_KEY_LENGTH];