Searched refs:cryp_algs (Results 1 – 1 of 1) sorted by relevance
1068 static struct cryp_algo_template cryp_algs[] = { variable1227 for (i = 0; i < ARRAY_SIZE(cryp_algs); i++) { in cryp_algs_register_all()1228 ret = crypto_register_skcipher(&cryp_algs[i].skcipher); in cryp_algs_register_all()1232 cryp_algs[i].skcipher.base.cra_driver_name); in cryp_algs_register_all()1239 crypto_unregister_skcipher(&cryp_algs[i].skcipher); in cryp_algs_register_all()1252 for (i = 0; i < ARRAY_SIZE(cryp_algs); i++) in cryp_algs_unregister_all()1253 crypto_unregister_skcipher(&cryp_algs[i].skcipher); in cryp_algs_unregister_all()