]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahash
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 4 May 2025 13:33:18 +0000 (21:33 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 5 May 2025 10:20:46 +0000 (18:20 +0800)
commitfd66f2ab09b8305006764887cc47eeeb1ca5704b
tree561176bbdbf148fe4eaa751e4b4812fcac9d7009
parentf4e365d5ca38941708fbe8356719e3436cef7627
crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahash

As sync ahash algorithms (currently there are none) are used without
a fallback, ensure that they obey the MAX_SYNC_HASH_REQSIZE rule
just like shash algorithms.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ahash.c