Home
last modified time | relevance | path

Searched refs:aes_algs (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/crypto/
H A Daes-neonbs-glue.c388 static struct skcipher_alg aes_algs[] = { { variable
452 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()
/linux/drivers/crypto/
H A Datmel-aes.c1180 static struct skcipher_alg aes_algs[] = { variable
2211 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()