Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/s390/crypto/
Daes_s390.c211 static struct crypto_alg aes_alg = { variable
911 ret = crypto_register_alg(&aes_alg); in aes_s390_init()
962 crypto_unregister_alg(&aes_alg); in aes_s390_init()
977 crypto_unregister_alg(&aes_alg); in aes_s390_fini()