]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: engine - remove {prepare,unprepare}_crypt_hardware callbacks
authorOvidiu Panait <ovidiu.panait.oss@gmail.com>
Fri, 11 Jul 2025 18:29:32 +0000 (21:29 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 Jul 2025 10:52:00 +0000 (20:52 +1000)
commit5eb32430df783e212ffed8d35cc494a8941cda0a
tree932946f61d7e546f74a9945fc47929f64010421f
parentc470ffa6f48619e8ea2442206b31b7965f8826a5
crypto: engine - remove {prepare,unprepare}_crypt_hardware callbacks

The {prepare,unprepare}_crypt_hardware callbacks were added back in 2016
by commit 735d37b5424b ("crypto: engine - Introduce the block request
crypto engine framework"), but they were never implemented by any driver.
Remove them as they are unused.

Since the 'engine->idling' and 'was_busy' flags are no longer needed,
remove them as well.

Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/crypto/crypto_engine.rst
crypto/crypto_engine.c
include/crypto/internal/engine.h