aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/twofish.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/twofish.h')
-rw-r--r--include/crypto/twofish.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto/twofish.h b/include/crypto/twofish.h
index c408522595c..095c901a8af 100644
--- a/include/crypto/twofish.h
+++ b/include/crypto/twofish.h
@@ -17,6 +17,8 @@ struct twofish_ctx {
u32 s[4][256], w[8], k[32];
};
+int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
+ unsigned int key_len, u32 *flags);
int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
#endif