Home
last modified time | relevance | path

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

/freebsd/sys/crypto/siphash/
H A Dsiphash.c71 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[static SIPHASH_KEY_LENGTH]) in SipHash_SetKey() argument
197 SipHashX(SIPHASH_CTX * ctx,int rc,int rf,const uint8_t key[static SIPHASH_KEY_LENGTH],const void * src,size_t len) SipHashX() argument
H A Dsiphash.h49 #define SIPHASH_KEY_LENGTH 16 macro
/freebsd/sys/dev/wg/
H A Dwg_cookie.c499 siphash13(const uint8_t key[SIPHASH_KEY_LENGTH],const void * src,size_t len) siphash13() argument
H A Dwg_noise.c1402 static uint64_t siphash24(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len) in siphash24()
/freebsd/sys/netinet/
H A Dtcp_fastopen.c534 tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc) in tcp_fastopen_make_cookie()