Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsiphash_internal_test.c198 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 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()
/freebsd/crypto/openssl/include/crypto/
H A Dsiphash.h25 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size);
/freebsd/crypto/openssl/crypto/siphash/
H A Dsiphash.c85 int SipHash_set_hash_size(SIPHASH *ctx, size_t hash_size) in SipHash_set_hash_size() function
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_lcidm.c76 if (!SipHash_set_hash_size(&siphash, sizeof(unsigned long))) in lcid_hash()