Re: [PATCH 06/17] crypto/nettle: Fix xts_encrypt arguments

2020-08-17 Thread Daniel P . Berrangé
On Wed, Aug 12, 2020 at 08:25:26PM -0700, Richard Henderson wrote: > The fourth argument to xts_encrypt should be the decrypt > callback; we were accidentally passing encrypt twice. > > Signed-off-by: Richard Henderson > --- > crypto/cipher-nettle.inc.c | 2 +- > 1 file changed, 1 insertion(+),

[PATCH 06/17] crypto/nettle: Fix xts_encrypt arguments

2020-08-12 Thread Richard Henderson
The fourth argument to xts_encrypt should be the decrypt callback; we were accidentally passing encrypt twice. Signed-off-by: Richard Henderson --- crypto/cipher-nettle.inc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/cipher-nettle.inc.c b/crypto/cipher-nettle.inc