Searched refs:aes_algs (Results 1 – 4 of 4) sorted by relevance
335 static struct skcipher_alg aes_algs[] = { { variable399 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()
563 static struct skcipher_alg aes_algs[] = { { variable639 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()
394 static struct skcipher_alg aes_algs[] = { { variable458 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()
686 static struct skcipher_alg aes_algs[] = { { variable987 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