]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/crypto/engine.h
Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[linux.git] / include / crypto / engine.h
index 84c708bba00b9b546578b45efbd3f6d3e0efc906..e29cd67f93c702a7b44f591d588b6e1aa119e497 100644 (file)
@@ -83,8 +83,6 @@ struct crypto_engine_ctx {
        struct crypto_engine_op op;
 };
 
-int crypto_transfer_ablkcipher_request_to_engine(struct crypto_engine *engine,
-                                                struct ablkcipher_request *req);
 int crypto_transfer_aead_request_to_engine(struct crypto_engine *engine,
                                           struct aead_request *req);
 int crypto_transfer_akcipher_request_to_engine(struct crypto_engine *engine,
@@ -93,8 +91,6 @@ int crypto_transfer_hash_request_to_engine(struct crypto_engine *engine,
                                               struct ahash_request *req);
 int crypto_transfer_skcipher_request_to_engine(struct crypto_engine *engine,
                                               struct skcipher_request *req);
-void crypto_finalize_ablkcipher_request(struct crypto_engine *engine,
-                                       struct ablkcipher_request *req, int err);
 void crypto_finalize_aead_request(struct crypto_engine *engine,
                                  struct aead_request *req, int err);
 void crypto_finalize_akcipher_request(struct crypto_engine *engine,