Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Daes_glue.c35 static struct crypto_alg aes_alg = { variable
56 return crypto_register_alg(&aes_alg); in aes_init()
61 crypto_unregister_alg(&aes_alg); in aes_fini()
/Linux-v4.19/arch/arm64/crypto/
Daes-cipher-glue.c37 static struct crypto_alg aes_alg = { variable
55 return crypto_register_alg(&aes_alg); in aes_init()
60 crypto_unregister_alg(&aes_alg); in aes_fini()
Daes-ce-glue.c162 static struct crypto_alg aes_alg = { variable
181 return crypto_register_alg(&aes_alg); in aes_mod_init()
186 crypto_unregister_alg(&aes_alg); in aes_mod_exit()
/Linux-v4.19/arch/arm/crypto/
Daes-cipher-glue.c38 static struct crypto_alg aes_alg = { variable
60 return crypto_register_alg(&aes_alg); in aes_init()
65 crypto_unregister_alg(&aes_alg); in aes_fini()
/Linux-v4.19/crypto/
Daes_ti.c344 static struct crypto_alg aes_alg = { variable
362 return crypto_register_alg(&aes_alg); in aes_init()
367 crypto_unregister_alg(&aes_alg); in aes_fini()
Daes_generic.c1443 static struct crypto_alg aes_alg = { variable
1464 return crypto_register_alg(&aes_alg); in aes_init()
1469 crypto_unregister_alg(&aes_alg); in aes_fini()
/Linux-v4.19/drivers/crypto/
Dpadlock-aes.c320 static struct crypto_alg aes_alg = { variable
508 if ((ret = crypto_register_alg(&aes_alg))) in padlock_init()
531 crypto_unregister_alg(&aes_alg); in padlock_init()
541 crypto_unregister_alg(&aes_alg); in padlock_fini()
/Linux-v4.19/arch/s390/crypto/
Daes_s390.c159 static struct crypto_alg aes_alg = { variable
1085 ret = aes_s390_register_alg(&aes_alg); in aes_s390_init()