Searched refs:aes_alg (Results 1 – 7 of 7) sorted by relevance
52 static struct crypto_alg aes_alg = { variable70 return crypto_register_alg(&aes_alg); in aes_init()75 crypto_unregister_alg(&aes_alg); in aes_fini()
1285 static struct crypto_alg aes_alg = { variable1306 return crypto_register_alg(&aes_alg); in aes_init()1311 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()
32 static struct crypto_alg aes_alg = { variable54 return crypto_register_alg(&aes_alg); in aes_init()59 crypto_unregister_alg(&aes_alg); in aes_fini()
324 static struct crypto_alg aes_alg = { variable496 if ((ret = crypto_register_alg(&aes_alg)) != 0) in padlock_init()519 crypto_unregister_alg(&aes_alg); in padlock_init()529 crypto_unregister_alg(&aes_alg); in padlock_fini()
153 static struct crypto_alg aes_alg = { variable996 ret = crypto_register_alg(&aes_alg); in aes_s390_init()999 aes_s390_alg = &aes_alg; in aes_s390_init()
Completed in 10 milliseconds