]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - crypto/ctr.c
crypto: ctr - use template array registering API to simplify the code
authorXiongfeng Wang <xiongfeng.wang@linaro.org>
Fri, 18 Jan 2019 05:58:14 +0000 (13:58 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 25 Jan 2019 10:41:52 +0000 (18:41 +0800)
commit9f8ef365ef3d8bb157b800b1be30e335416701c2
tree470e153295184f9730b83a3992557ecf28b47c00
parent56a00d9da159ad7a2e9cbd18a2db9165bf5c373b
crypto: ctr - use template array registering API to simplify the code

Use crypto template array registering API to simplify the code.

Signed-off-by: Xiongfeng Wang <xiongfeng.wang@linaro.org>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ctr.c