Home
last modified time | relevance | path

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

/Linux-v5.4/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.c1291 static struct crypto_alg aes_alg = { variable
1312 return crypto_register_alg(&aes_alg); in aes_init()
1317 crypto_unregister_alg(&aes_alg); in aes_fini()
/Linux-v5.4/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.c157 static struct crypto_alg aes_alg = { variable
176 return crypto_register_alg(&aes_alg); in aes_mod_init()
181 crypto_unregister_alg(&aes_alg); in aes_mod_exit()
/Linux-v5.4/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()
/Linux-v5.4/drivers/crypto/
Dpadlock-aes.c321 static struct crypto_alg aes_alg = { variable
509 if ((ret = crypto_register_alg(&aes_alg))) in padlock_init()
532 crypto_unregister_alg(&aes_alg); in padlock_init()
542 crypto_unregister_alg(&aes_alg); in padlock_fini()
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c159 static struct crypto_alg aes_alg = { variable
1157 ret = aes_s390_register_alg(&aes_alg); in aes_s390_init()