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

/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);
88 crypto_unregister_alg(&aes_alg);
/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);
61 crypto_unregister_alg(&aes_alg);
/arch/arm64/crypto/
H A Daes-ce-cipher.c127 static struct crypto_alg aes_alg = { variable in typeref:struct:crypto_alg
146 return crypto_register_alg(&aes_alg);
151 crypto_unregister_alg(&aes_alg);
/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);
961 crypto_unregister_alg(&aes_alg);
976 crypto_unregister_alg(&aes_alg);

Completed in 221 milliseconds