Home
last modified time | relevance | path

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

/crypto/
Dhctr2.c415 struct shash_alg *polyval_alg; in hctr2_create_common() local
467 polyval_alg = crypto_spawn_shash_alg(&ictx->polyval_spawn); in hctr2_create_common()
471 if (strcmp(polyval_alg->base.cra_name, "polyval") != 0) in hctr2_create_common()
483 polyval_alg->base.cra_driver_name) >= CRYPTO_MAX_ALG_NAME) in hctr2_create_common()
488 polyval_alg->statesize * 2; in hctr2_create_common()
490 polyval_alg->base.cra_alignmask; in hctr2_create_common()
496 4 * polyval_alg->base.cra_priority + in hctr2_create_common()
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()