Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/crypto/
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()
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()
/kernel/linux/linux-5.10/crypto/
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()
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()
/kernel/linux/linux-5.10/arch/arm/crypto/
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()
/kernel/linux/linux-5.10/drivers/crypto/
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()
/kernel/linux/linux-5.10/arch/s390/crypto/
Daes_s390.c152 static struct crypto_alg aes_alg = { variable
999 ret = crypto_register_alg(&aes_alg); in aes_s390_init()
1002 aes_s390_alg = &aes_alg; in aes_s390_init()