]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: talitos/hash - remove useless wrapper
authorPaul Louvel <paul.louvel@bootlin.com>
Thu, 7 May 2026 14:41:56 +0000 (16:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 May 2026 10:08:48 +0000 (18:08 +0800)
commit907ae6088c82c9abae2d26477fddd60df6ad003b
treec27bb80cc42cff968b9062c6abca73d7b82c0900
parent8bcf00671400ac3b3a4cc3011e6c1496dbd880fd
crypto: talitos/hash - remove useless wrapper

ahash_process_req() was a wrapper used in commit 655ef638a2bc ("crypto:
talitos - fix SEC1 32k ahash request limitation"). Rename
ahash_process_req_one() to ahash_process_req() and remove the wrapper.

Cc: stable@vger.kernel.org
Signed-off-by: Paul Louvel <paul.louvel@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c