Searched refs:SipHash_set_hash_size (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | siphash_internal_test.c | 1863 if (!TEST_true(SipHash_set_hash_size(&siphash, expectedlen)) in test_siphash() 1872 if (!TEST_true(SipHash_set_hash_size(&siphash, expectedlen)) in test_siphash() 1889 if (!TEST_true(SipHash_set_hash_size(&siphash, expectedlen)) in test_siphash() 1903 if (!TEST_true(SipHash_set_hash_size(&siphash, expectedlen)) in test_siphash() 1931 return TEST_int_eq(SipHash_set_hash_size(&siphash, 4), 0) in test_siphash_basic() 1934 && TEST_true(SipHash_set_hash_size(&siphash, 8)) in test_siphash_basic() 1941 && TEST_true(SipHash_set_hash_size(&siphash, 16)) in test_siphash_basic() 1947 && TEST_true(SipHash_set_hash_size(&siphash, 0)) in test_siphash_basic()
|
| /src/crypto/openssl/providers/implementations/macs/ |
| H A D | siphash_prov.c | 206 || !SipHash_set_hash_size(&ctx->siphash, size) in siphash_set_params() 207 || !SipHash_set_hash_size(&ctx->sipcopy, size)) in siphash_set_params()
|
| /src/crypto/openssl/include/crypto/ |
| H A D | siphash.h | 25 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size);
|
| /src/crypto/openssl/crypto/siphash/ |
| H A D | siphash.c | 82 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size) in SipHash_set_hash_size() function
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_lcidm.c | 78 if (!SipHash_set_hash_size(&siphash, sizeof(unsigned long))) in lcid_hash()
|