Searched refs:SipHash_Final (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/crypto/openssl/crypto/include/internal/ |
| H A D | siphash.h | 25 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
|
| /freebsd-12.1/sys/crypto/siphash/ |
| H A D | siphash_test.c | 127 SipHash_Final(out, &ctx); in SipHash24_TestVectors()
|
| H A D | siphash.h | 74 void SipHash_Final(uint8_t[__min_size(SIPHASH_DIGEST_LENGTH)], SIPHASH_CTX *);
|
| H A D | siphash.c | 170 SipHash_Final(uint8_t dst[static SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx) in SipHash_Final() function
|
| /freebsd-12.1/crypto/openssl/crypto/siphash/ |
| H A D | siphash_pmeth.c | 113 return SipHash_Final(&pctx->ctx, sig, *siglen); in siphash_signctx()
|
| H A D | siphash.c | 202 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() function
|
| /freebsd-12.1/sys/netinet/ |
| H A D | tcp_fastopen.c | 556 SipHash_Final((u_int8_t *)&siphash, &ctx); in tcp_fastopen_make_cookie() 570 SipHash_Final((u_int8_t *)&psk_cookie, &ctx); in tcp_fastopen_make_psk_cookie()
|
| H A D | tcp_syncache.c | 2050 SipHash_Final((u_int8_t *)&siphash, &ctx); in syncookie_mac()
|