]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: sha256 - remove duplicate generic hash init function
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Mon, 20 Dec 2021 09:23:14 +0000 (17:23 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 31 Dec 2021 07:10:54 +0000 (18:10 +1100)
commitcbacd817795eb80fc5e847add09639e643103d3e
tree2910feb1c6816cabd48358f5ae29816a91b070e2
parentb51f0bfbf5da59196e25bc2b82540543b5e4bce1
crypto: sha256 - remove duplicate generic hash init function

crypto_sha256_init() and sha256_base_init() are the same repeated
implementations, remove the crypto_sha256_init() in generic
implementation, sha224 is the same process.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/sha256_generic.c