Lines Matching refs:algt

2376 	struct talitos_alg_template algt;  member
2389 algt.alg.hash); in talitos_cra_init()
2392 algt.alg.crypto); in talitos_cra_init()
2403 ctx->desc_hdr_template = talitos_alg->algt.desc_hdr_template; in talitos_cra_init()
2464 switch (t_alg->algt.type) { in talitos_remove()
2467 crypto_unregister_alg(&t_alg->algt.alg.crypto); in talitos_remove()
2470 crypto_unregister_ahash(&t_alg->algt.alg.hash); in talitos_remove()
2514 t_alg->algt = *template; in talitos_alg_alloc()
2516 switch (t_alg->algt.type) { in talitos_alg_alloc()
2518 alg = &t_alg->algt.alg.crypto; in talitos_alg_alloc()
2527 alg = &t_alg->algt.alg.crypto; in talitos_alg_alloc()
2538 alg = &t_alg->algt.alg.hash.halg.base; in talitos_alg_alloc()
2541 t_alg->algt.alg.hash.init = ahash_init; in talitos_alg_alloc()
2542 t_alg->algt.alg.hash.update = ahash_update; in talitos_alg_alloc()
2543 t_alg->algt.alg.hash.final = ahash_final; in talitos_alg_alloc()
2544 t_alg->algt.alg.hash.finup = ahash_finup; in talitos_alg_alloc()
2545 t_alg->algt.alg.hash.digest = ahash_digest; in talitos_alg_alloc()
2546 t_alg->algt.alg.hash.setkey = ahash_setkey; in talitos_alg_alloc()
2556 t_alg->algt.alg.hash.init = ahash_init_sha224_swinit; in talitos_alg_alloc()
2557 t_alg->algt.desc_hdr_template = in talitos_alg_alloc()
2564 dev_err(dev, "unknown algorithm type %d\n", t_alg->algt.type); in talitos_alg_alloc()
2764 switch (t_alg->algt.type) { in talitos_probe()
2768 &t_alg->algt.alg.crypto); in talitos_probe()
2769 name = t_alg->algt.alg.crypto.cra_driver_name; in talitos_probe()
2773 &t_alg->algt.alg.hash); in talitos_probe()
2775 t_alg->algt.alg.hash.halg.base.cra_driver_name; in talitos_probe()