Re: [PATCH v2] crypto: caam - fix rfc4106 encap shared descriptor

2015-07-31 Thread Herbert Xu
On Thu, Jul 30, 2015 at 10:11:18PM +0300, Horia Geantă wrote: The encap shared descriptor was changed to use the new IV convention. In the process some commands were shifted, making the output length zero, caam effectively writing garbage in dst. While here, update the decap descriptor to

[PATCH v2] crypto: caam - fix rfc4106 encap shared descriptor

2015-07-30 Thread Horia Geantă
The encap shared descriptor was changed to use the new IV convention. In the process some commands were shifted, making the output length zero, caam effectively writing garbage in dst. While here, update the decap descriptor to execute the write commands before the reads (as it previously was).