]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: aspeed/hash - Add fallback
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 13 May 2025 06:04:06 +0000 (14:04 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 13 Jun 2025 09:26:15 +0000 (17:26 +0800)
commit508712228696eaddc4efc706e6a8dd679654f339
tree1f8ef00dcbea60f0e4a334a0c5c8fe5470733b7c
parent5f38ebefc3703477a87c128d1a251ab6c9f4fbf8
crypto: aspeed/hash - Add fallback

If a hash request fails due to a DMA mapping error, or if it is too
large to fit in the the driver buffer, use a fallback to do the hash
rather than failing.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/aspeed/aspeed-hace-hash.c