Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dhctr2.c46 struct crypto_shash *polyval; member
111 SHASH_DESC_ON_STACK(shash, tfm->polyval); in hctr2_hash_tweaklen()
115 shash->tfm = tctx->polyval; in hctr2_hash_tweaklen()
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
356 if (IS_ERR(polyval)) { in hctr2_init_tfm()
357 err = PTR_ERR(polyval); in hctr2_init_tfm()
363 tctx->polyval = polyval; in hctr2_init_tfm()
368 crypto_shash_descsize(polyval), in hctr2_init_tfm()
[all …]
A DMakefile176 obj-$(CONFIG_CRYPTO_POLYVAL) += polyval-generic.o
/linux-6.3-rc2/arch/arm64/crypto/
A DMakefile44 obj-$(CONFIG_CRYPTO_POLYVAL_ARM64_CE) += polyval-ce.o
45 polyval-ce-y := polyval-ce-glue.o polyval-ce-core.o
/linux-6.3-rc2/arch/x86/crypto/
A DMakefile70 obj-$(CONFIG_CRYPTO_POLYVAL_CLMUL_NI) += polyval-clmulni.o
71 polyval-clmulni-y := polyval-clmulni_asm.o polyval-clmulni_glue.o

Completed in 7 milliseconds