Home
last modified time | relevance | path

Searched refs:polyval (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Dhctr2.c22 #include <crypto/polyval.h>
46 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; hctr2_init_tfm() local
[all...]
H A Dpolyval-generic.c50 #include <crypto/polyval.h>
84 * Note: This function is not used for polyval-generic, instead we use the 4k
105 * Note: This function is not used for polyval-generic, instead we use the 4k
219 .cra_name = "polyval",
220 .cra_driver_name = "polyval-generic",
244 MODULE_ALIAS_CRYPTO("polyval");
245 MODULE_ALIAS_CRYPTO("polyval-generic");
H A DMakefile178 obj-$(CONFIG_CRYPTO_POLYVAL) += polyval-generic.o
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A DMakefile44 obj-$(CONFIG_CRYPTO_POLYVAL_ARM64_CE) += polyval-ce.o
45 polyval-ce-y := polyval-ce-glue.o polyval-ce-core.o
H A Dpolyval-ce-glue.c21 #include <crypto/polyval.h>
166 .cra_name = "polyval",
167 .cra_driver_name = "polyval-ce",
190 MODULE_ALIAS_CRYPTO("polyval");
191 MODULE_ALIAS_CRYPTO("polyval-ce");
/kernel/linux/linux-6.6/arch/x86/crypto/
H A DMakefile70 obj-$(CONFIG_CRYPTO_POLYVAL_CLMUL_NI) += polyval-clmulni.o
71 polyval-clmulni-y := polyval-clmulni_asm.o polyval-clmulni_glue.o
H A Dpolyval-clmulni_glue.c22 #include <crypto/polyval.h>
175 .cra_name = "polyval",
176 .cra_driver_name = "polyval-clmulni",
211 MODULE_ALIAS_CRYPTO("polyval");
212 MODULE_ALIAS_CRYPTO("polyval-clmulni");

Completed in 3 milliseconds