Home
last modified time | relevance | path

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

/arch/arm/crypto/
A Daes-cipher-glue.c33 static struct crypto_alg aes_alg = { variable
55 return crypto_register_alg(&aes_alg); in aes_init()
60 crypto_unregister_alg(&aes_alg); in aes_fini()
/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()
/arch/s390/crypto/
A Daes_s390.c157 static struct crypto_alg aes_alg = { variable
1094 ret = crypto_register_alg(&aes_alg); in aes_s390_init()
1097 aes_s390_alg = &aes_alg; in aes_s390_init()

Completed in 8 milliseconds