forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/include/crypto/twofish.h
....@@ -19,7 +19,7 @@
1919 };
2020
2121 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
22
- unsigned int key_len, u32 *flags);
22
+ unsigned int key_len);
2323 int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
2424
2525 #endif