Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/siphash/
H A Dsiphash_test.c125 SipHash_SetKey(&ctx, k); in SipHash24_TestVectors()
H A Dsiphash.h71 void SipHash_SetKey(SIPHASH_CTX *,
H A Dsiphash.c74 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[static SIPHASH_KEY_LENGTH]) in SipHash_SetKey() function
204 SipHash_SetKey(ctx, key); in SipHashX()
/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c543 SipHash_SetKey(&ctx, key); in tcp_fastopen_make_cookie()
568 SipHash_SetKey(&ctx, psk); in tcp_fastopen_make_psk_cookie()
H A Dtcp_syncache.c2212 SipHash_SetKey(&ctx, secbits); in syncookie_mac()
H A Dtcp_subr.c2723 SipHash_SetKey(&ctx, (uint8_t *)key); in tcp_keyed_hash()