Home
last modified time | relevance | path

Searched refs:polyval (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/crypto/
Dhctr2.c46 struct crypto_shash *polyval; member
89 p += crypto_shash_statesize(tctx->polyval); in hctr2_hashed_tweaklen()
111 SHASH_DESC_ON_STACK(shash, tfm->polyval); in hctr2_hash_tweaklen()
115 shash->tfm = tctx->polyval; in hctr2_hash_tweaklen()
159 crypto_shash_clear_flags(tctx->polyval, CRYPTO_TFM_REQ_MASK); in hctr2_setkey()
160 crypto_shash_set_flags(tctx->polyval, crypto_skcipher_get_flags(tfm) & in hctr2_setkey()
162 err = crypto_shash_setkey(tctx->polyval, hbar, BLOCKCIPHER_BLOCK_SIZE); in hctr2_setkey()
179 hash_desc->tfm = tctx->polyval; in hctr2_hash_tweak()
240 hash_desc->tfm = tctx->polyval; in hctr2_finish()
341 struct crypto_shash *polyval; in hctr2_init_tfm() local
[all …]
DMakefile174 obj-$(CONFIG_CRYPTO_POLYVAL) += polyval-generic.o
/linux-6.12.1/arch/arm64/crypto/
DMakefile44 obj-$(CONFIG_CRYPTO_POLYVAL_ARM64_CE) += polyval-ce.o
45 polyval-ce-y := polyval-ce-glue.o polyval-ce-core.o
/linux-6.12.1/arch/x86/crypto/
DMakefile75 obj-$(CONFIG_CRYPTO_POLYVAL_CLMUL_NI) += polyval-clmulni.o
76 polyval-clmulni-y := polyval-clmulni_asm.o polyval-clmulni_glue.o