Home
last modified time | relevance | path

Searched refs:SipHash24_Init (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/crypto/siphash/
H A Dsiphash_test.c122 SipHash24_Init(&ctx); in SipHash24_TestVectors()
H A Dsiphash.h66 #define SipHash24_Init(x) SipHash_InitX((x), 2, 4) macro
/freebsd/sys/netinet/
H A Dtcp_fastopen.c539 SipHash24_Init(&ctx); in tcp_fastopen_make_cookie()
564 SipHash24_Init(&ctx); in tcp_fastopen_make_psk_cookie()
H A Dtcp_syncache.c2173 SipHash24_Init(&ctx); in syncookie_mac()
H A Dtcp_subr.c3145 SipHash24_Init(&ctx); in tcp_keyed_hash()
/freebsd/sys/netpfil/pf/
H A Dpf_syncookies.c434 SipHash24_Init(&ctx); in pf_syncookie_mac()