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

/freebsd-12-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-12-stable/sys/netinet/
H A Dtcp_fastopen.c195 #define TCP_FASTOPEN_KEY_LEN SIPHASH_KEY_LENGTH
537 tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc)

Completed in 101 milliseconds