arm64: dts: rockchip: disable PCIe and PCIe-phy on rk3399-evb
[firefly-linux-kernel-4.4.55.git] / include / crypto / twofish.h
index c408522595c6855ff517e966ea16bf4c9cff19ac..095c901a8af3c155e44f123f2ea043edd0615f66 100644 (file)
@@ -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