crypto: engine - Remove crypto_engine_ctx

Remove the obsolete crypto_engine_ctx structure.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Herbert Xu
2023-08-13 14:55:20 +08:00
parent 28f860d377
commit 5ce0bc68e0
2 changed files with 3 additions and 13 deletions

View File

@@ -26,10 +26,6 @@ struct crypto_engine_op {
void *areq);
};
struct crypto_engine_ctx {
struct crypto_engine_op op;
};
struct aead_engine_alg {
struct aead_alg base;
struct crypto_engine_op op;