Searched refs:aes_algs (Results 1 – 2 of 2) sorted by relevance
388 static struct skcipher_alg aes_algs[] = { { variable452 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()460 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
1180 static struct skcipher_alg aes_algs[] = { variable2211 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in atmel_aes_unregister_algs()2226 for (i = 0; i < ARRAY_SIZE(aes_algs); i++) { in atmel_aes_register_algs()2227 atmel_aes_crypto_alg_init(&aes_algs[i].base); in atmel_aes_register_algs()2229 err = crypto_register_skcipher(&aes_algs[i]); in atmel_aes_register_algs()2275 i = ARRAY_SIZE(aes_algs); in atmel_aes_register_algs()2277 crypto_unregister_skciphers(aes_algs, i); in atmel_aes_register_algs()