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

/linux-4.1.27/arch/arm/crypto/
H A Daes_glue.c61 static struct crypto_alg aes_alg = { variable in typeref:struct:crypto_alg
69 .cra_list = LIST_HEAD_INIT(aes_alg.cra_list),
83 return crypto_register_alg(&aes_alg); aes_init()
88 crypto_unregister_alg(&aes_alg); aes_fini()
/linux-4.1.27/arch/x86/crypto/
H A Daes_glue.c35 static struct crypto_alg aes_alg = { variable in typeref:struct:crypto_alg
56 return crypto_register_alg(&aes_alg); aes_init()
61 crypto_unregister_alg(&aes_alg); aes_fini()
/linux-4.1.27/arch/arm64/crypto/
H A Daes-ce-cipher.c237 static struct crypto_alg aes_alg = { variable in typeref:struct:crypto_alg
256 return crypto_register_alg(&aes_alg); aes_mod_init()
261 crypto_unregister_alg(&aes_alg); aes_mod_exit()
/linux-4.1.27/drivers/crypto/
H A Dpadlock-aes.c322 static struct crypto_alg aes_alg = { variable in typeref:struct:crypto_alg
523 if ((ret = crypto_register_alg(&aes_alg))) padlock_init()
546 crypto_unregister_alg(&aes_alg); padlock_init()
556 crypto_unregister_alg(&aes_alg); padlock_fini()
/linux-4.1.27/arch/s390/crypto/
H A Daes_s390.c210 static struct crypto_alg aes_alg = { variable in typeref:struct:crypto_alg
910 ret = crypto_register_alg(&aes_alg); aes_s390_init()
961 crypto_unregister_alg(&aes_alg); aes_s390_init()
976 crypto_unregister_alg(&aes_alg); aes_s390_fini()
/linux-4.1.27/crypto/
H A Daes_generic.c1442 static struct crypto_alg aes_alg = { variable in typeref:struct:crypto_alg
1464 return crypto_register_alg(&aes_alg); aes_init()
1469 crypto_unregister_alg(&aes_alg); aes_fini()

Completed in 78 milliseconds