MLK-14785 CAAM: Fix gcm.c to work correctly with CAAM
authorRadu Solea <radu.solea@nxp.com>
Tue, 23 May 2017 12:13:50 +0000 (15:13 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:24 +0000 (15:22 -0500)
commit1f9e27111692f020940b2dcd9ad89eab67fc9e36
treea0b7455ebaea6fd48747389a136265b75c0bd33e
parente6cfc49b952749e22f58801857ff6a836b284e10
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>
crypto/gcm.c