Re: [PATCH 0/3] crypto: OFB and tests

2018-09-27 Thread Herbert Xu
On Thu, Sep 20, 2018 at 02:18:37PM +0100, Gilad Ben-Yossef wrote: > Add OFB mode generic implementation and more SM4 tests > > Gilad Ben-Yossef (3): > crypto: testmgr: update sm4 test vectors > crypto: add output feedback mode > crypto: tcrypt: add OFB functional tests > > crypto/Kconfig

[PATCH 0/3] crypto: OFB and tests

2018-09-20 Thread Gilad Ben-Yossef
Add OFB mode generic implementation and more SM4 tests Gilad Ben-Yossef (3): crypto: testmgr: update sm4 test vectors crypto: add output feedback mode crypto: tcrypt: add OFB functional tests crypto/Kconfig | 12 +++ crypto/Makefile | 1 + crypto/ofb.c | 225 +