Home
last modified time | relevance | path

Searched refs:SipHash_SetKey (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/crypto/siphash/
H A Dsiphash_test.c123 SipHash_SetKey(&ctx, k); in SipHash24_TestVectors()
H A Dsiphash.c72 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[static SIPHASH_KEY_LENGTH]) in SipHash_SetKey() function
202 SipHash_SetKey(ctx, key); in SipHashX()
H A Dsiphash.h69 void SipHash_SetKey(SIPHASH_CTX *,
/freebsd-14.2/sys/netinet/
H A Dtcp_fastopen.c540 SipHash_SetKey(&ctx, key); in tcp_fastopen_make_cookie()
565 SipHash_SetKey(&ctx, psk); in tcp_fastopen_make_psk_cookie()
H A Dtcp_syncache.c2184 SipHash_SetKey(&ctx, secbits); in syncookie_mac()
H A Dtcp_subr.c3195 SipHash_SetKey(&ctx, (uint8_t *)key); in tcp_keyed_hash()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_syncookies.c435 SipHash_SetKey(&ctx, V_pf_syncookie_status.key[cookie.flags.oddeven]); in pf_syncookie_mac()