Home
last modified time | relevance | path

Searched refs:siphash (Results 1 – 12 of 12) sorted by relevance

/openssl-master/test/
A Dsiphash_internal_test.c171 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 …]
A Dbuild.info599 IF[{- !$disabled{siphash} -}]
/openssl-master/providers/implementations/macs/
A Dsiphash_prov.c41 SIPHASH siphash; /* Siphash data */ member
83 sdst->siphash = ssrc->siphash; in siphash_dup()
91 return SipHash_hash_size(&ctx->siphash); in siphash_size()
99 return SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx)); in siphash_setkey()
125 SipHash_Update(&ctx->siphash, data, datalen); in siphash_update()
139 return SipHash_Final(&ctx->siphash, out, hlen); in siphash_final()
197 || !SipHash_set_hash_size(&ctx->siphash, size)) in siphash_set_params()
A Dbuild.info24 IF[{- !$disabled{siphash} -}]
/openssl-master/providers/implementations/signature/
A Dmac_legacy_sig.c94 MAC_NEWCTX(siphash, "SIPHASH")
242 MAC_SETTABLE_CTX_PARAMS(siphash, "SIPHASH")
265 MAC_SIGNATURE_FUNCTIONS(siphash)
/openssl-master/crypto/siphash/
A Dbuild.info3 siphash.c
/openssl-master/util/
A Dfix-includes.sed2 …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-master/crypto/
A Dbuild.info6 siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
/openssl-master/crypto/objects/
A Dobj_mac.num1062 siphash 1062
A Dobjects.txt1702 : SipHash : siphash
/openssl-master/crypto/err/
A Dopenssl.txt676 EVP_R_EXPECTING_A_SIPHASH_KEY:175:expecting a siphash key
/openssl-master/
A DINSTALL.md988 siphash|siv|sm2|sm3|sm4|whirlpool}

Completed in 21 milliseconds