Home
last modified time | relevance | path

Searched refs:SipHash_set_hash_size (Results 1 – 5 of 5) sorted by relevance

/src/crypto/openssl/test/
H A Dsiphash_internal_test.c1863 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 Dsiphash_prov.c206 || !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 Dsiphash.h25 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size);
/src/crypto/openssl/crypto/siphash/
H A Dsiphash.c82 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size) in SipHash_set_hash_size() function
/src/crypto/openssl/ssl/quic/
H A Dquic_lcidm.c78 if (!SipHash_set_hash_size(&siphash, sizeof(unsigned long))) in lcid_hash()