Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c302 static struct sun8i_ce_alg_template ce_algs[] = { variable
650 for (i = 0; i < ARRAY_SIZE(ce_algs); i++) { in sun8i_ce_debugfs_show()
651 if (!ce_algs[i].ce) in sun8i_ce_debugfs_show()
653 switch (ce_algs[i].type) { in sun8i_ce_debugfs_show()
656 ce_algs[i].alg.skcipher.base.base.cra_driver_name, in sun8i_ce_debugfs_show()
657 ce_algs[i].alg.skcipher.base.base.cra_name, in sun8i_ce_debugfs_show()
658 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sun8i_ce_debugfs_show()
660 ce_algs[i].fbname); in sun8i_ce_debugfs_show()
662 ce_algs[i].stat_fb_len0); in sun8i_ce_debugfs_show()
664 ce_algs[i].stat_fb_mod16); in sun8i_ce_debugfs_show()
[all …]
/linux-6.12.1/drivers/crypto/gemini/
Dsl3516-ce-core.c218 static struct sl3516_ce_alg_template ce_algs[] = { variable
265 for (i = 0; i < ARRAY_SIZE(ce_algs); i++) { in sl3516_ce_debugfs_show()
266 if (!ce_algs[i].ce) in sl3516_ce_debugfs_show()
268 switch (ce_algs[i].type) { in sl3516_ce_debugfs_show()
271 ce_algs[i].alg.skcipher.base.base.cra_driver_name, in sl3516_ce_debugfs_show()
272 ce_algs[i].alg.skcipher.base.base.cra_name, in sl3516_ce_debugfs_show()
273 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sl3516_ce_debugfs_show()
287 for (i = 0; i < ARRAY_SIZE(ce_algs); i++) { in sl3516_ce_register_algs()
288 ce_algs[i].ce = ce; in sl3516_ce_register_algs()
289 switch (ce_algs[i].type) { in sl3516_ce_register_algs()
[all …]