Searched refs:SipHash_Final (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | siphash_internal_test.c | 202 if (!TEST_true(SipHash_Final(&siphash, out, expectedlen)) in test_siphash() 212 if (!TEST_true(SipHash_Final(&siphash, out, expectedlen))) in test_siphash() 229 if (!TEST_true(SipHash_Final(&siphash, out, expectedlen))) in test_siphash() 265 && TEST_false(SipHash_Final(&siphash, output, 0)) in test_siphash_basic() 268 && TEST_false(SipHash_Final(&siphash, output, 8)) in test_siphash_basic() 270 && TEST_true(SipHash_Final(&siphash, output, 8)) in test_siphash_basic() 271 && TEST_int_eq(SipHash_Final(&siphash, output, 16), 0) in test_siphash_basic() 276 && TEST_int_eq(SipHash_Final(&siphash, output, 8), 0) in test_siphash_basic() 277 && TEST_true(SipHash_Final(&siphash, output, 16)) in test_siphash_basic() 282 && TEST_int_eq(SipHash_Final(&siphash, output, 8), 0) in test_siphash_basic() [all …]
|
| /freebsd-14.2/sys/crypto/siphash/ |
| H A D | siphash_test.c | 125 SipHash_Final(out, &ctx); in SipHash24_TestVectors()
|
| H A D | siphash.h | 72 void SipHash_Final(uint8_t[__min_size(SIPHASH_DIGEST_LENGTH)], SIPHASH_CTX *);
|
| H A D | siphash.c | 168 SipHash_Final(uint8_t dst[static SIPHASH_DIGEST_LENGTH], SIPHASH_CTX *ctx) in SipHash_Final() function
|
| /freebsd-14.2/crypto/openssl/include/crypto/ |
| H A D | siphash.h | 29 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen);
|
| /freebsd-14.2/crypto/openssl/providers/implementations/macs/ |
| H A D | siphash_prov.c | 148 return SipHash_Final(&ctx->siphash, out, hlen); in siphash_final()
|
| /freebsd-14.2/crypto/openssl/crypto/siphash/ |
| H A D | siphash.c | 197 int SipHash_Final(SIPHASH *ctx, unsigned char *out, size_t outlen) in SipHash_Final() function
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_fastopen.c | 553 SipHash_Final((u_int8_t *)&siphash, &ctx); in tcp_fastopen_make_cookie() 567 SipHash_Final((u_int8_t *)&psk_cookie, &ctx); in tcp_fastopen_make_psk_cookie()
|
| H A D | tcp_syncache.c | 2204 SipHash_Final((u_int8_t *)&siphash, &ctx); in syncookie_mac()
|
| H A D | tcp_subr.c | 3212 SipHash_Final((uint8_t *)hash, &ctx); in tcp_keyed_hash()
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | pf_syncookies.c | 454 SipHash_Final((uint8_t *)&siphash, &ctx); in pf_syncookie_mac()
|