crypto: engine - Remove crypto_engine_ctx
[platform/kernel/linux-starfive.git] / include / crypto / engine.h
index cf57e73..2835069 100644 (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;