Re: [PATCH V2 4/5] crypto: ctr - use template array registering API to simplify the code

2019-01-17 Thread Eric Biggers
On Thu, Jan 17, 2019 at 02:48:02PM +0800, Xiongfeng Wang wrote: > Use crypto template array registering API to simplify the code. > > Signed-off-by: Xiongfeng Wang > --- > crypto/ctr.c | 43 +++ > 1 file changed, 15 insertions(+), 28 deletions(-) > > diff

[PATCH V2 4/5] crypto: ctr - use template array registering API to simplify the code

2019-01-16 Thread Xiongfeng Wang
Use crypto template array registering API to simplify the code. Signed-off-by: Xiongfeng Wang --- crypto/ctr.c | 43 +++ 1 file changed, 15 insertions(+), 28 deletions(-) diff --git a/crypto/ctr.c b/crypto/ctr.c index 4c743a9..d9f9d65 100644 --- a/crypto/