Searched refs:aes_algs (Results 1 – 6 of 6) sorted by relevance
283 static struct crypto_alg aes_algs[] = { { variable443 return crypto_register_algs(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()448 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
391 static struct crypto_alg aes_algs[] = { { variable493 return crypto_register_algs(aes_algs, ARRAY_SIZE(aes_algs)); in ppc_aes_mod_init()498 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in ppc_aes_mod_fini()
353 static struct crypto_alg aes_algs[] = { { variable515 return crypto_register_algs(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()520 crypto_unregister_algs(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
269 static struct ccp_aes_def aes_algs[] = { variable361 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in ccp_register_aes_algs()362 ret = ccp_register_aes_alg(head, &aes_algs[i]); in ccp_register_aes_algs()
959 static struct crypto_alg aes_algs[] = { variable1220 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) in atmel_aes_unregister_algs()1221 crypto_unregister_alg(&aes_algs[i]); in atmel_aes_unregister_algs()1230 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in atmel_aes_register_algs()1231 err = crypto_register_alg(&aes_algs[i]); in atmel_aes_register_algs()1245 i = ARRAY_SIZE(aes_algs); in atmel_aes_register_algs()1248 crypto_unregister_alg(&aes_algs[j]); in atmel_aes_register_algs()
1208 static struct crypto_alg aes_algs[] = { variable1338 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in sahara_register_algs()1339 INIT_LIST_HEAD(&aes_algs[i].cra_list); in sahara_register_algs()1340 err = crypto_register_alg(&aes_algs[i]); in sahara_register_algs()1370 crypto_unregister_alg(&aes_algs[j]); in sahara_register_algs()1379 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) in sahara_unregister_algs()1380 crypto_unregister_alg(&aes_algs[i]); in sahara_unregister_algs()