From: Eric Biggers <ebigg...@google.com>

'struct cipher_desc' is unused.  Remove it.

Signed-off-by: Eric Biggers <ebigg...@google.com>
---
 include/linux/crypto.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/linux/crypto.h b/include/linux/crypto.h
index c2f5baed522cc..21153515db515 100644
--- a/include/linux/crypto.h
+++ b/include/linux/crypto.h
@@ -188,14 +188,6 @@ struct blkcipher_desc {
        u32 flags;
 };
 
-struct cipher_desc {
-       struct crypto_tfm *tfm;
-       void (*crfn)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
-       unsigned int (*prfn)(const struct cipher_desc *desc, u8 *dst,
-                            const u8 *src, unsigned int nbytes);
-       void *info;
-};
-
 /**
  * DOC: Block Cipher Algorithm Definitions
  *
-- 
2.19.2

Reply via email to