Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_fastopen.c125 #define TCP_FASTOPEN_KEY_LEN SIPHASH_KEY_LENGTH
277 tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc) in tcp_fastopen_make_cookie() argument
/NextBSD/sys/crypto/siphash/
HDsiphash.h51 #define SIPHASH_KEY_LENGTH 16 macro