Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H A Dcryp_core.c1067 static struct cryp_algo_template cryp_algs[] = { variable
1226 for (i = 0; i < ARRAY_SIZE(cryp_algs); i++) { in cryp_algs_register_all()
1227 ret = crypto_register_skcipher(&cryp_algs[i].skcipher); in cryp_algs_register_all()
1231 cryp_algs[i].skcipher.base.cra_driver_name); in cryp_algs_register_all()
1238 crypto_unregister_skcipher(&cryp_algs[i].skcipher); in cryp_algs_register_all()
1251 for (i = 0; i < ARRAY_SIZE(cryp_algs); i++) in cryp_algs_unregister_all()
1252 crypto_unregister_skcipher(&cryp_algs[i].skcipher); in cryp_algs_unregister_all()

Completed in 3 milliseconds