OpenCloudOS-Kernel/drivers/crypto/allwinner/sun8i-ce
Corentin Labbe 93c7f4d357 crypto: sun8i-ce - enable working on big endian
On big endian kernel, the sun8i-ce crypto driver does not works.
This patch do the necessary modification to permit it to work on BE
kernel (setting descriptor entries as __le32 and adding some cpu_to_le32)

Fixes: 06f751b613 ("crypto: allwinner - Add sun8i-ce Crypto Engine")
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-11-22 18:48:38 +08:00
..
Makefile
sun8i-ce-cipher.c crypto: sun8i-ce - enable working on big endian 2019-11-22 18:48:38 +08:00
sun8i-ce-core.c crypto: allwinner - fix some spelling mistakes 2019-11-15 13:44:17 +08:00
sun8i-ce.h crypto: sun8i-ce - enable working on big endian 2019-11-22 18:48:38 +08:00