Searched refs:SIPHASH_KEY_LENGTH (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/crypto/siphash/ |
| H A D | siphash.h | 49 #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 D | siphash.c | 72 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 D | wg_cookie.c | 53 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 D | wg_noise.c | 129 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 D | pf_syncookies.c | 103 #define PF_SYNCOOKIE_SECRET_SIZE SIPHASH_KEY_LENGTH 110 uint8_t key[2][SIPHASH_KEY_LENGTH];
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_fastopen.c | 192 #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 D | tcp_subr.c | 377 #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
|