Searched refs:SipHash_Init (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | siphash_internal_test.c | 1864 || !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 D | siphash.h | 26 int SipHash_Init(SIPHASH *ctx, const unsigned char *k,
|
| /src/crypto/openssl/providers/implementations/macs/ |
| H A D | siphash_prov.c | 102 ret = SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx)); in siphash_setkey()
|
| /src/crypto/openssl/crypto/siphash/ |
| H A D | siphash.c | 106 int SipHash_Init(SIPHASH *ctx, const unsigned char *k, int crounds, int drounds) in SipHash_Init() function
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_lcidm.c | 80 if (!SipHash_Init(&siphash, (uint8_t *)lcid_obj->hash_key, 0, 0)) in lcid_hash()
|