Home
last modified time | relevance | path

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

/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()
/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()
/arch/arm64/crypto/
Daes-ce-cipher.c242 static struct crypto_alg aes_alg = { variable
261 return crypto_register_alg(&aes_alg); in aes_mod_init()
266 crypto_unregister_alg(&aes_alg); in aes_mod_exit()
/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()