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.c392 static struct skcipher_alg aes_algs[] = { { variable
456 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
464 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
H A Daes-glue.c655 static struct skcipher_alg aes_algs[] = { { variable
952 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
959 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
970 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()