]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: sha256 - Use the partial block API for generic
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 May 2025 05:30:56 +0000 (13:30 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 5 May 2025 10:20:45 +0000 (18:20 +0800)
commitff8f037d394f0900597ba527388a6eb95cd02695
treebf0839318cae5a6bdd1f0803cf2bce46c148e26d
parent5b90a779bc547939421bfeb333e470658ba94fb6
crypto: sha256 - Use the partial block API for generic

The shash interface already handles partial blocks, use it for
sha224-generic and sha256-generic instead of going through the
lib/sha256 interface.

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