Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/crypto/
Daes_glue.c61 static struct crypto_alg aes_alg = { variable
69 .cra_list = LIST_HEAD_INIT(aes_alg.cra_list),
83 return crypto_register_alg(&aes_alg); in aes_init()
88 crypto_unregister_alg(&aes_alg); in aes_fini()
/linux-4.1.27/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-4.1.27/arch/arm64/crypto/
Daes-ce-cipher.c237 static struct crypto_alg aes_alg = { variable
256 return crypto_register_alg(&aes_alg); in aes_mod_init()
261 crypto_unregister_alg(&aes_alg); in aes_mod_exit()
/linux-4.1.27/drivers/crypto/
Dpadlock-aes.c322 static struct crypto_alg aes_alg = { variable
523 if ((ret = crypto_register_alg(&aes_alg))) in padlock_init()
546 crypto_unregister_alg(&aes_alg); in padlock_init()
556 crypto_unregister_alg(&aes_alg); in padlock_fini()
/linux-4.1.27/crypto/
Daes_generic.c1442 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-4.1.27/arch/s390/crypto/
Daes_s390.c210 static struct crypto_alg aes_alg = { variable
910 ret = crypto_register_alg(&aes_alg); in aes_s390_init()
961 crypto_unregister_alg(&aes_alg); in aes_s390_init()
976 crypto_unregister_alg(&aes_alg); in aes_s390_fini()