crypto: lib/sha256 - Remove redundant and unused sha224_update
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 11 May 2023 04:29:36 +0000 (12:29 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 19 May 2023 08:45:43 +0000 (16:45 +0800)
commit70d391a86317f77c30d4c0aa898b5fe0f75687b9
treed287d08624ec90850d24309fc2230ae4be6ff846
parentac52578d6e8d300dd50f790f29a24169b1edd26c
crypto: lib/sha256 - Remove redundant and unused sha224_update

The function sha224_update is exactly the same as sha256_update.
Moreover it's not even used in the kernel so it can be removed.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/sha2.h
lib/crypto/sha256.c