Searched defs:SIPHASH_KEY_LENGTH (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/crypto/siphash/ |
H A D | siphash.c | 71 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 D | siphash.h | 49 #define SIPHASH_KEY_LENGTH 16 macro
|
/freebsd/sys/dev/wg/ |
H A D | wg_cookie.c | 499 siphash13(const uint8_t key[SIPHASH_KEY_LENGTH],const void * src,size_t len) siphash13() argument
|
H A D | wg_noise.c | 1402 static uint64_t siphash24(const uint8_t key[SIPHASH_KEY_LENGTH], const void *src, size_t len) in siphash24()
|
/freebsd/sys/netinet/ |
H A D | tcp_fastopen.c | 534 tcp_fastopen_make_cookie(uint8_t key[SIPHASH_KEY_LENGTH], struct in_conninfo *inc) in tcp_fastopen_make_cookie()
|