Searched refs:cryp_algs (Results 1 – 1 of 1) sorted by relevance
1067 static struct cryp_algo_template cryp_algs[] = { variable1226 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()