Re: [PATCH 1/4] crypto4xx: fix ctr-aes missing output IV

2019-05-03 Thread Herbert Xu
On Mon, Apr 22, 2019 at 01:25:58PM +0200, Christian Lamparter wrote: > Commit 8efd972ef96a ("crypto: testmgr - support checking skcipher output IV") > caused the crypto4xx driver to produce the following error: > > | ctr-aes-ppc4xx encryption test failed (wrong output IV) > | on test vector 0, cfg

Re: [PATCH 1/4] crypto4xx: fix ctr-aes missing output IV

2019-04-22 Thread Christian Lamparter
On 4/22/19, Sasha Levin wrote: > Hi, > > [This is an automated email] > > This commit has been processed because it contains a -stable tag. > The stable tag indicates that it's relevant for the following trees: all > > The bot has tested the following trees: v5.0.9, v4.19.36, v4.14.113, > v4.9.170

[PATCH 1/4] crypto4xx: fix ctr-aes missing output IV

2019-04-22 Thread Christian Lamparter
Commit 8efd972ef96a ("crypto: testmgr - support checking skcipher output IV") caused the crypto4xx driver to produce the following error: | ctr-aes-ppc4xx encryption test failed (wrong output IV) | on test vector 0, cfg="in-place" This patch fixes this by reworking the crypto4xx_setkey_aes() func