Searched refs:siphash (Results 1 – 16 of 16) sorted by relevance
/openssl/test/ |
H A D | siphash_internal_test.c | 171 SIPHASH siphash = { 0, }; in test_siphash() local 199 || !TEST_true(SipHash_Init(&siphash, key, 0, 0))) in test_siphash() 201 SipHash_Update(&siphash, in, inlen); in test_siphash() 210 SipHash_Update(&siphash, in, 1); in test_siphash() 211 SipHash_Update(&siphash, in+1, inlen-1); in test_siphash() 227 SipHash_Update(&siphash, in, half); in test_siphash() 228 SipHash_Update(&siphash, in+half, inlen-half); in test_siphash() 241 SipHash_Update(&siphash, in, half); in test_siphash() 242 SipHash_Update(&siphash, in+half, inlen-half); in test_siphash() 259 SIPHASH siphash = { 0, }; in test_siphash_basic() local [all …]
|
H A D | build.info | 832 IF[{- !$disabled{siphash} -}]
|
/openssl/providers/implementations/macs/ |
H A D | siphash_prov.c | 41 SIPHASH siphash; /* Siphash data */ member 92 return SipHash_hash_size(&ctx->siphash); in siphash_size() 102 ret = SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx)); in siphash_setkey() 104 ctx->sipcopy = ctx->siphash; in siphash_setkey() 120 ctx->siphash = ctx->sipcopy; in siphash_init() 134 SipHash_Update(&ctx->siphash, data, datalen); in siphash_update() 148 return SipHash_Final(&ctx->siphash, out, hlen); in siphash_final() 206 || !SipHash_set_hash_size(&ctx->siphash, size) in siphash_set_params()
|
H A D | build.info | 24 IF[{- !$disabled{siphash} -}]
|
/openssl/ssl/ |
H A D | build.info | 33 IF[{- $disabled{siphash} -}] 34 SOURCE[../libssl]=../crypto/siphash/siphash.c 36 SHARED_SOURCE[../libssl]=../crypto/siphash/siphash.c
|
/openssl/providers/implementations/signature/ |
H A D | mac_legacy_sig.c | 92 MAC_NEWCTX(siphash, "SIPHASH") 240 MAC_SETTABLE_CTX_PARAMS(siphash, "SIPHASH") 263 MAC_SIGNATURE_FUNCTIONS(siphash)
|
/openssl/ssl/quic/ |
H A D | quic_lcidm.c | 73 SIPHASH siphash = {0, }; in lcid_hash() local 76 if (!SipHash_set_hash_size(&siphash, sizeof(unsigned long))) in lcid_hash() 78 if (!SipHash_Init(&siphash, (uint8_t *)lcid_obj->hash_key, 0, 0)) in lcid_hash() 80 SipHash_Update(&siphash, lcid_obj->cid.id, lcid_obj->cid.id_len); in lcid_hash() 81 if (!SipHash_Final(&siphash, (unsigned char *)&hashval, in lcid_hash()
|
/openssl/crypto/siphash/ |
H A D | build.info | 3 siphash.c
|
/openssl/util/ |
H A D | fix-includes.sed | 2 …f.h|dso_conf.h|engine.h|lhash.h|md32_common.h|objects.h|poly1305.h|sha.h|siphash.h|sm2err.h|sm2.h|…
|
/openssl/demos/ |
H A D | README.txt | 57 siphash.c Demonstration of SIPHASH message authentication
|
/openssl/crypto/ |
H A D | build.info | 6 siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
|
/openssl/.github/workflows/ |
H A D | run-checker-daily.yml | 102 no-siphash,
|
/openssl/crypto/objects/ |
H A D | obj_mac.num | 1062 siphash 1062
|
H A D | objects.txt | 1844 : SipHash : siphash
|
/openssl/crypto/err/ |
H A D | openssl.txt | 749 EVP_R_EXPECTING_A_SIPHASH_KEY:175:expecting a siphash key
|
/openssl/ |
H A D | INSTALL.md | 1226 seed|siphash|siv|sm2|sm3|sm4|whirlpool}
|
Completed in 27 milliseconds