Searched refs:aes_alg (Results 1 – 4 of 4) sorted by relevance
33 static struct crypto_alg aes_alg = { variable55 return crypto_register_alg(&aes_alg); in aes_init()60 crypto_unregister_alg(&aes_alg); in aes_fini()
31 static struct crypto_alg aes_alg = { variable49 return crypto_register_alg(&aes_alg); in aes_init()54 crypto_unregister_alg(&aes_alg); in aes_fini()
151 static struct crypto_alg aes_alg = { variable170 return crypto_register_alg(&aes_alg); in aes_mod_init()175 crypto_unregister_alg(&aes_alg); in aes_mod_exit()
157 static struct crypto_alg aes_alg = { variable1094 ret = crypto_register_alg(&aes_alg); in aes_s390_init()1097 aes_s390_alg = &aes_alg; in aes_s390_init()
Completed in 8 milliseconds