Lines Matching full:alg
46 char alg[CRYPTO_MAX_ALG_NAME]; member
68 param->larval->alg.cra_flags |= CRYPTO_ALG_DEAD; in cryptomgr_probe()
70 crypto_alg_put(¶m->larval->alg); in cryptomgr_probe()
79 const char *name = larval->alg.cra_name; in cryptomgr_schedule_probe()
147 param->type.data.type = larval->alg.cra_flags & ~CRYPTO_ALG_TESTED; in cryptomgr_schedule_probe()
151 param->otype = larval->alg.cra_flags; in cryptomgr_schedule_probe()
154 crypto_alg_get(&larval->alg); in cryptomgr_schedule_probe()
164 crypto_alg_put(&larval->alg); in cryptomgr_schedule_probe()
179 err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED); in cryptomgr_test()
187 static int cryptomgr_schedule_test(struct crypto_alg *alg) in cryptomgr_schedule_test() argument
202 memcpy(param->driver, alg->cra_driver_name, sizeof(param->driver)); in cryptomgr_schedule_test()
203 memcpy(param->alg, alg->cra_name, sizeof(param->alg)); in cryptomgr_schedule_test()
204 param->type = alg->cra_flags; in cryptomgr_schedule_test()