Commits
Radu Solea committed eb7b813ddfb
MLK-14785 CAAM: Fix gcm.c to work correctly with CAAM CAAM uses DMA to transfer data to and from memory, if DMA and CPU accessed data share the same cacheline cache pollution will occur. Marking the result as cacheline aligned moves it to a separate cache line. Signed-off-by: Radu Solea <radu.solea@nxp.com>