crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
[linux-block.git] / arch / x86 / include / asm / crypto / camellia.h
index f1592619dd651b107c3b36f4c56d7f40b47ce69e..f6d91861cb14d4b4992846fd6c9405a08fb15025 100644 (file)
@@ -26,7 +26,7 @@ struct camellia_xts_ctx {
 
 extern int __camellia_setkey(struct camellia_ctx *cctx,
                             const unsigned char *key,
-                            unsigned int key_len, u32 *flags);
+                            unsigned int key_len);
 
 extern int xts_camellia_setkey(struct crypto_skcipher *tfm, const u8 *key,
                               unsigned int keylen);