Home
last modified time | relevance | path

Searched refs:aes_alg (Results 1 – 9 of 9) sorted by relevance

/linux/crypto/
A Daes_ti.c52 static struct crypto_alg aes_alg = { variable
70 return crypto_register_alg(&aes_alg); in aes_init()
75 crypto_unregister_alg(&aes_alg); in aes_fini()
A Daes_generic.c1285 static struct crypto_alg aes_alg = { variable
1306 return crypto_register_alg(&aes_alg); in aes_init()
1311 crypto_unregister_alg(&aes_alg); in aes_fini()
/linux/arch/arm64/crypto/
A Daes-cipher-glue.c31 static struct crypto_alg aes_alg = { variable
49 return crypto_register_alg(&aes_alg); in aes_init()
54 crypto_unregister_alg(&aes_alg); in aes_fini()
A Daes-ce-glue.c151 static struct crypto_alg aes_alg = { variable
170 return crypto_register_alg(&aes_alg); in aes_mod_init()
175 crypto_unregister_alg(&aes_alg); in aes_mod_exit()
/linux/arch/arm/crypto/
A Daes-cipher-glue.c32 static struct crypto_alg aes_alg = { variable
54 return crypto_register_alg(&aes_alg); in aes_init()
59 crypto_unregister_alg(&aes_alg); in aes_fini()
/linux/drivers/crypto/
A Dpadlock-aes.c324 static struct crypto_alg aes_alg = { variable
496 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()
/linux/arch/s390/crypto/
A Daes_s390.c153 static struct crypto_alg aes_alg = { variable
1000 ret = crypto_register_alg(&aes_alg); in aes_s390_init()
1003 aes_s390_alg = &aes_alg; in aes_s390_init()
/linux/
A DSystem.map130590 ffff800011dd9080 d aes_alg
131630 ffff800011e68d80 d aes_alg
A D.tmp_System.map130590 ffff800011dd9080 d aes_alg
131630 ffff800011e68d80 d aes_alg

Completed in 961 milliseconds