From 16b059733afec75695550c0cfa3b116f79c54720 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 6 Mar 2016 19:52:46 +0000 Subject: [PATCH] crypto: {blk,giv}cipher: Set has_setkey Commit a1383cd86a06 ("crypto: skcipher - Add crypto_skcipher_has_setkey") was incorrectly backported to the 3.2.y and 3.16.y stable branches. We need to set ablkcipher_tfm::has_setkey in the crypto_init_blkcipher_ops_async() and crypto_init_givcipher_ops() functions as well as crypto_init_ablkcipher_ops(). Signed-off-by: Ben Hutchings --- Reading git-format-patch failed