Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/s390/crypto/
A Daes_s390.c153 static struct crypto_alg aes_alg = { variable
996 ret = crypto_register_alg(&aes_alg); in aes_s390_init()
999 aes_s390_alg = &aes_alg; in aes_s390_init()

Completed in 12 milliseconds