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

/freebsd-13-stable/sys/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]) argument
200 const uint8_t key[static SIPHASH_KEY_LENGTH], const void *src, size_t len)
199 SipHashX(SIPHASH_CTX *ctx, int rc, int rf, const uint8_t key[static SIPHASH_KEY_LENGTH], const void *src, size_t len) argument
/freebsd-13-stable/sys/netinet/
H A Dtcp_fastopen.c194 #define TCP_FASTOPEN_KEY_LEN SIPHASH_KEY_LENGTH
535 tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc)
H A Dtcp_subr.c359 #define TS_OFFSET_SECRET_LENGTH SIPHASH_KEY_LENGTH
3169 KASSERT(len >= SIPHASH_KEY_LENGTH,
3258 #define ISN_SECRET_LENGTH SIPHASH_KEY_LENGTH

Completed in 66 milliseconds