Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/ux500/cryp/
Dcryp_core.c1107 static struct cryp_algo_template cryp_algs[] = { variable
1375 for (i = 0; i < ARRAY_SIZE(cryp_algs); i++) { in cryp_algs_register_all()
1376 ret = crypto_register_alg(&cryp_algs[i].crypto); in cryp_algs_register_all()
1380 cryp_algs[i].crypto.cra_driver_name); in cryp_algs_register_all()
1387 crypto_unregister_alg(&cryp_algs[i].crypto); in cryp_algs_register_all()
1400 for (i = 0; i < ARRAY_SIZE(cryp_algs); i++) in cryp_algs_unregister_all()
1401 crypto_unregister_alg(&cryp_algs[i].crypto); in cryp_algs_unregister_all()