Home
last modified time | relevance | path

Searched refs:SIPHASH_KEY_LENGTH (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/crypto/siphash/
H A Dsiphash.h49 #define SIPHASH_KEY_LENGTH 16 macro
70 const uint8_t[__min_size(SIPHASH_KEY_LENGTH)]);
78 const uint8_t[__min_size(SIPHASH_KEY_LENGTH)], const void *, size_t);
H A Dsiphash.c72 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[static SIPHASH_KEY_LENGTH]) in SipHash_SetKey() argument
198 const uint8_t key[static SIPHASH_KEY_LENGTH], const void *src, size_t len) in SipHashX() argument
/freebsd-14.2/sys/dev/wg/
H A Dwg_cookie.c53 uint8_t rl_secret[SIPHASH_KEY_LENGTH];
76 static uint64_t siphash13(const uint8_t [SIPHASH_KEY_LENGTH], const void *, size_t);
498 static uint64_t siphash13(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len) in siphash13() argument
H A Dwg_noise.c129 uint8_t l_hash_key[SIPHASH_KEY_LENGTH];
174 static uint64_t siphash24(const uint8_t [SIPHASH_KEY_LENGTH], const void *, size_t);
1402 static uint64_t siphash24(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len) in siphash24() argument
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_syncookies.c103 #define PF_SYNCOOKIE_SECRET_SIZE SIPHASH_KEY_LENGTH
110 uint8_t key[2][SIPHASH_KEY_LENGTH];
/freebsd-14.2/sys/netinet/
H A Dtcp_fastopen.c192 #define TCP_FASTOPEN_KEY_LEN SIPHASH_KEY_LENGTH
534 tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc) in tcp_fastopen_make_cookie() argument
H A Dtcp_subr.c377 #define TS_OFFSET_SECRET_LENGTH SIPHASH_KEY_LENGTH
3192 KASSERT(len >= SIPHASH_KEY_LENGTH, in tcp_keyed_hash()
3281 #define ISN_SECRET_LENGTH SIPHASH_KEY_LENGTH