Searched refs:SipHash_set_hash_size (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | siphash_internal_test.c | 198 if (!TEST_true(SipHash_set_hash_size(&siphash, expectedlen)) in test_siphash() 207 if (!TEST_true(SipHash_set_hash_size(&siphash, expectedlen)) in test_siphash() 224 if (!TEST_true(SipHash_set_hash_size(&siphash, expectedlen)) in test_siphash() 238 if (!TEST_true(SipHash_set_hash_size(&siphash, expectedlen)) in test_siphash() 264 return TEST_int_eq(SipHash_set_hash_size(&siphash, 4), 0) in test_siphash_basic() 267 && TEST_true(SipHash_set_hash_size(&siphash, 8)) in test_siphash_basic() 274 && TEST_true(SipHash_set_hash_size(&siphash, 16)) in test_siphash_basic() 280 && TEST_true(SipHash_set_hash_size(&siphash, 0)) in test_siphash_basic()
|
/freebsd/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()
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | siphash.h | 25 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size);
|
/freebsd/crypto/openssl/crypto/siphash/ |
H A D | siphash.c | 85 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size) in SipHash_set_hash_size() function
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_lcidm.c | 76 if (!SipHash_set_hash_size(&siphash, sizeof(unsigned long))) in lcid_hash()
|