crypto: marvell/cesa - add flag to determine algorithm endianness
[linux-drm-fsl-dcu.git] / drivers / crypto / marvell / cesa.h
index b60698b30d30a2e30b24b3cc625a9821254fc980..e5f70ab4580d758b0c2c387b2ecfa15624108ad5 100644 (file)
@@ -612,7 +612,8 @@ struct mv_cesa_ahash_req {
        u64 len;
        int src_nents;
        bool last_req;
-       __be32 state[8];
+       bool algo_le;
+       u32 state[8];
 };
 
 /* CESA functions */