Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dsiphash_internal_test.c1864 || !TEST_true(SipHash_Init(&siphash, key, 0, 0))) in test_siphash()
1873 || !TEST_true(SipHash_Init(&siphash, key, 0, 0))) in test_siphash()
1890 || !TEST_true(SipHash_Init(&siphash, key, 0, 0))) in test_siphash()
1904 || !TEST_true(SipHash_Init(&siphash, key, 0, 0))) in test_siphash()
1936 && TEST_true(SipHash_Init(&siphash, key, 0, 0)) in test_siphash_basic()
1942 && TEST_true(SipHash_Init(&siphash, key, 0, 0)) in test_siphash_basic()
1948 && TEST_true(SipHash_Init(&siphash, key, 0, 0)) in test_siphash_basic()
/src/crypto/openssl/include/crypto/
H A Dsiphash.h26 int SipHash_Init(SIPHASH *ctx, const unsigned char *k,
/src/crypto/openssl/providers/implementations/macs/
H A Dsiphash_prov.c102 ret = SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx)); in siphash_setkey()
/src/crypto/openssl/crypto/siphash/
H A Dsiphash.c106 int SipHash_Init(SIPHASH *ctx, const unsigned char *k, int crounds, int drounds) in SipHash_Init() function
/src/crypto/openssl/ssl/quic/
H A Dquic_lcidm.c80 if (!SipHash_Init(&siphash, (uint8_t *)lcid_obj->hash_key, 0, 0)) in lcid_hash()