Home
last modified time | relevance | path

Searched defs:SIPHASH_KEY_LENGTH (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/crypto/siphash/
H A Dsiphash.c74 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[static SIPHASH_KEY_LENGTH]) in SipHash_SetKey()
200 const uint8_t key[static SIPHASH_KEY_LENGTH], const void *src, size_t len) in SipHashX()
H A Dsiphash.h51 #define SIPHASH_KEY_LENGTH 16 macro
/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c537 tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc) in tcp_fastopen_make_cookie()