Searched refs:ce_algs (Results 1 – 2 of 2) sorted by relevance
255 static struct sun8i_ce_alg_template ce_algs[] = { variable574 for (i = 0; i < ARRAY_SIZE(ce_algs); i++) { in sun8i_ce_debugfs_show()575 if (!ce_algs[i].ce) in sun8i_ce_debugfs_show()577 switch (ce_algs[i].type) { in sun8i_ce_debugfs_show()580 ce_algs[i].alg.skcipher.base.cra_driver_name, in sun8i_ce_debugfs_show()581 ce_algs[i].alg.skcipher.base.cra_name, in sun8i_ce_debugfs_show()582 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sun8i_ce_debugfs_show()586 ce_algs[i].alg.hash.halg.base.cra_driver_name, in sun8i_ce_debugfs_show()587 ce_algs[i].alg.hash.halg.base.cra_name, in sun8i_ce_debugfs_show()588 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sun8i_ce_debugfs_show()[all …]
216 static struct sl3516_ce_alg_template ce_algs[] = { variable261 for (i = 0; i < ARRAY_SIZE(ce_algs); i++) { in sl3516_ce_debugfs_show()262 if (!ce_algs[i].ce) in sl3516_ce_debugfs_show()264 switch (ce_algs[i].type) { in sl3516_ce_debugfs_show()267 ce_algs[i].alg.skcipher.base.cra_driver_name, in sl3516_ce_debugfs_show()268 ce_algs[i].alg.skcipher.base.cra_name, in sl3516_ce_debugfs_show()269 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sl3516_ce_debugfs_show()284 for (i = 0; i < ARRAY_SIZE(ce_algs); i++) { in sl3516_ce_register_algs()285 ce_algs[i].ce = ce; in sl3516_ce_register_algs()286 switch (ce_algs[i].type) { in sl3516_ce_register_algs()[all …]