Re: [PATCH] crypto: marvell: Don't copy IV vectors from the _process op for ciphers

2016-07-29 Thread Herbert Xu
Romain Perier wrote: > The IV output vectors should only be copied from the _complete operation > and not from the _process operation, i.e only from the operation that is > designed to copy the result of the request to the right location. This > copy is already done in the _complete operation, so

Re: [PATCH] crypto: marvell: Don't copy IV vectors from the _process op for ciphers

2016-07-28 Thread Boris Brezillon
On Thu, 28 Jul 2016 11:59:43 +0200 Romain Perier wrote: > The IV output vectors should only be copied from the _complete operation > and not from the _process operation, i.e only from the operation that is > designed to copy the result of the request to the right location. This > copy is already

[PATCH] crypto: marvell: Don't copy IV vectors from the _process op for ciphers

2016-07-28 Thread Romain Perier
The IV output vectors should only be copied from the _complete operation and not from the _process operation, i.e only from the operation that is designed to copy the result of the request to the right location. This copy is already done in the _complete operation, so this commit removes the duplic