Re: [PATCH 4.14 067/115] crypto: testmgr - add AES-CFB tests

2019-05-16 Thread Jinpu Wang
snip > > > > Can you drop the patch? > > Yes, now dropped. Sasha, I think I did this same thing in the past :) Thanks, I remember I probably reported same thing in the past too :) Jack

Re: [PATCH 4.14 067/115] crypto: testmgr - add AES-CFB tests

2019-05-15 Thread Greg Kroah-Hartman
On Wed, May 15, 2019 at 05:59:38PM +0200, Jinpu Wang wrote: > Hi Greg, > > This patch causes build failure for me: > > In file included from crypto/testmgr.c:54: > crypto/testmgr.h:16081:4: error: 'const struct cipher_testvec' has no > member named 'ptext' >.ptext = "\x6b\xc1\xbe\xe2\x2e\x40\

Re: [PATCH 4.14 067/115] crypto: testmgr - add AES-CFB tests

2019-05-15 Thread Jinpu Wang
Hi Greg, This patch causes build failure for me: In file included from crypto/testmgr.c:54: crypto/testmgr.h:16081:4: error: 'const struct cipher_testvec' has no member named 'ptext' .ptext = "\x6b\xc1\xbe\xe2\x2e\x40\x9f\x96" ^ crypto/testmgr.h:16089:4: error: 'const struct cipher_tes

[PATCH 4.14 067/115] crypto: testmgr - add AES-CFB tests

2019-05-15 Thread Greg Kroah-Hartman
[ Upstream commit 7da66670775d201f633577f5b15a4bbeebaaa2b0 ] Add AES128/192/256-CFB testvectors from NIST SP800-38A. Signed-off-by: Dmitry Eremin-Solenikov Cc: sta...@vger.kernel.org Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Herbert Xu Signed-off-by: Sasha Levin --- crypto/tcrypt