Home
last modified time | relevance | path

Searched refs:SipHash_Final (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/crypto/openssl/include/crypto/
H A Dsiphash.h25 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
/freebsd-13.1/sys/crypto/siphash/
H A Dsiphash_test.c127 SipHash_Final(out, &ctx); in SipHash24_TestVectors()
H A Dsiphash.h74 void SipHash_Final(uint8_t[__min_size(SIPHASH_DIGEST_LENGTH)], SIPHASH_CTX *);
H A Dsiphash.c170 SipHash_Final(uint8_t dst[static SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx) in SipHash_Final() function
/freebsd-13.1/crypto/openssl/crypto/siphash/
H A Dsiphash_pmeth.c113 return SipHash_Final(&pctx->ctx, sig, *siglen); in siphash_signctx()
H A Dsiphash.c202 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() function
/freebsd-13.1/sys/netinet/
H A Dtcp_fastopen.c554 SipHash_Final((u_int8_t *)&siphash, &ctx); in tcp_fastopen_make_cookie()
568 SipHash_Final((u_int8_t *)&psk_cookie, &ctx); in tcp_fastopen_make_psk_cookie()
H A Dtcp_syncache.c2235 SipHash_Final((u_int8_t *)&siphash, &ctx); in syncookie_mac()
H A Dtcp_subr.c3197 SipHash_Final((uint8_t *)hash, &ctx); in tcp_keyed_hash()
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_syncookies.c428 SipHash_Final((uint8_t *)&siphash, &ctx); in pf_syncookie_mac()