Home
last modified time | relevance | path

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

/linux/arch/arm64/crypto/
H A Dpolyval-ce-glue.c158 static struct shash_alg polyval_alg = { variable
177 return crypto_register_shash(&polyval_alg); in polyval_ce_mod_init()
182 crypto_unregister_shash(&polyval_alg); in polyval_ce_mod_exit()
/linux/arch/x86/crypto/
H A Dpolyval-clmulni_glue.c167 static struct shash_alg polyval_alg = { variable
198 return crypto_register_shash(&polyval_alg); in polyval_clmulni_mod_init()
203 crypto_unregister_shash(&polyval_alg); in polyval_clmulni_mod_exit()
/linux/crypto/
H A Dpolyval-generic.c211 static struct shash_alg polyval_alg = { variable
231 return crypto_register_shash(&polyval_alg); in polyval_mod_init()
236 crypto_unregister_shash(&polyval_alg); in polyval_mod_exit()
H A Dhctr2.c414 struct shash_alg *polyval_alg; in hctr2_create_common() local
466 polyval_alg = crypto_spawn_shash_alg(&ictx->polyval_spawn); in hctr2_create_common()
470 if (strcmp(polyval_alg->base.cra_name, "polyval") != 0) in hctr2_create_common()
482 polyval_alg->base.cra_driver_name) >= CRYPTO_MAX_ALG_NAME) in hctr2_create_common()
487 polyval_alg->statesize * 2; in hctr2_create_common()
494 4 * polyval_alg->base.cra_priority + in hctr2_create_common()