Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/siphash/
H A Dsiphash.h51 #define SIPHASH_KEY_LENGTH 16 macro
72 const uint8_t[__min_size(SIPHASH_KEY_LENGTH)]);
80 const uint8_t[__min_size(SIPHASH_KEY_LENGTH)], const void *, size_t);
H A Dsiphash.c74 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[static SIPHASH_KEY_LENGTH]) in SipHash_SetKey() argument
200 const uint8_t key[static SIPHASH_KEY_LENGTH], const void *src, size_t len) in SipHashX() argument
/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c194 #define TCP_FASTOPEN_KEY_LEN SIPHASH_KEY_LENGTH
537 tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc) in tcp_fastopen_make_cookie() argument
H A Dtcp_subr.c335 #define TS_OFFSET_SECRET_LENGTH SIPHASH_KEY_LENGTH
2720 KASSERT(len >= SIPHASH_KEY_LENGTH, in tcp_keyed_hash()
2809 #define ISN_SECRET_LENGTH SIPHASH_KEY_LENGTH