Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/include/crypto/
Dsiphash.h25 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
/freebsd-12-stable/sys/crypto/siphash/
Dsiphash_test.c127 SipHash_Final(out, &ctx); in SipHash24_TestVectors()
Dsiphash.h74 void SipHash_Final(uint8_t[__min_size(SIPHASH_DIGEST_LENGTH)], SIPHASH_CTX *);
Dsiphash.c170 SipHash_Final(uint8_t dst[static SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx) in SipHash_Final() function
/freebsd-12-stable/crypto/openssl/crypto/siphash/
Dsiphash_pmeth.c113 return SipHash_Final(&pctx->ctx, sig, *siglen); in siphash_signctx()
Dsiphash.c202 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() function
/freebsd-12-stable/sys/netinet/
Dtcp_fastopen.c557 SipHash_Final((u_int8_t *)&siphash, &ctx); in tcp_fastopen_make_cookie()
571 SipHash_Final((u_int8_t *)&psk_cookie, &ctx); in tcp_fastopen_make_psk_cookie()
Dtcp_syncache.c2058 SipHash_Final((u_int8_t *)&siphash, &ctx); in syncookie_mac()
/freebsd-12-stable/sys/netpfil/pf/
Dpf_syncookies.c448 SipHash_Final((uint8_t *)&siphash, &ctx); in pf_syncookie_mac()