Home
last modified time | relevance | path

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

/openssl/test/
H 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 …]
H A Dbuild.info635 IF[{- !$disabled{siphash} -}]
/openssl/providers/implementations/macs/
H A Dsiphash_prov.c41 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 Dbuild.info24 IF[{- !$disabled{siphash} -}]
/openssl/crypto/siphash/
H A Dbuild.info3 siphash.c
/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c94 MAC_NEWCTX(siphash, "SIPHASH")
242 MAC_SETTABLE_CTX_PARAMS(siphash, "SIPHASH")
265 MAC_SIGNATURE_FUNCTIONS(siphash)
/openssl/util/
H 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/demos/
H A DREADME.txt37 siphash.c Demonstration of SIPHASH message authentication
/openssl/.github/workflows/
H A Drun-checker-daily.yml105 no-siphash,
/openssl/crypto/
H A Dbuild.info6 siphash sm3 des aes rc2 rc4 rc5 idea aria bf cast camellia \
/openssl/crypto/objects/
H A Dobj_mac.num1062 siphash 1062
H A Dobjects.txt1741 : SipHash : siphash
/openssl/crypto/err/
H A Dopenssl.txt696 EVP_R_EXPECTING_A_SIPHASH_KEY:175:expecting a siphash key
/openssl/
H A DINSTALL.md998 siphash|siv|sm2|sm3|sm4|whirlpool}

Completed in 57 milliseconds