Home
last modified time | relevance | path

Searched refs:ce_algs (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c255 static struct sun8i_ce_alg_template ce_algs[] = { variable
574 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[ in sun8i_ce_debugfs_show()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c278 static struct sun8i_ce_alg_template ce_algs[] = { variable
632 for (i = 0; i < ARRAY_SIZE(ce_algs); i++) { in sun8i_ce_debugfs_show()
633 if (!ce_algs[i].ce) in sun8i_ce_debugfs_show()
635 switch (ce_algs[i].type) { in sun8i_ce_debugfs_show()
638 ce_algs[i].alg.skcipher.base.base.cra_driver_name, in sun8i_ce_debugfs_show()
639 ce_algs[i].alg.skcipher.base.base.cra_name, in sun8i_ce_debugfs_show()
640 ce_algs[i].stat_req, ce_algs[i].stat_fb); in sun8i_ce_debugfs_show()
642 ce_algs[i].fbname); in sun8i_ce_debugfs_show()
644 ce_algs[ in sun8i_ce_debugfs_show()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/gemini/
H A 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[ in sl3516_ce_register_algs()
[all...]

Completed in 3 milliseconds