Home
last modified time | relevance | path

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

/arch/arm/crypto/
A Daes-neonbs-glue.c335 static struct skcipher_alg aes_algs[] = { { variable
399 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
407 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
A Daes-ce-glue.c563 static struct skcipher_alg aes_algs[] = { { variable
639 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
644 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
/arch/arm64/crypto/
A Daes-neonbs-glue.c394 static struct skcipher_alg aes_algs[] = { { variable
458 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
466 return crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
A Daes-glue.c686 static struct skcipher_alg aes_algs[] = { { variable
987 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_exit()
994 err = crypto_register_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()
1005 crypto_unregister_skciphers(aes_algs, ARRAY_SIZE(aes_algs)); in aes_init()

Completed in 11 milliseconds