summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree/cc_cipher.h
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2018-07-24 17:12:44 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2018-08-03 13:06:05 +0300
commitf5c19df90ae7fc21d3dcf50af9d6b456aa6b3351 (patch)
tree0c133d85a528eb412f67af2912e38ee89c9ee343 /drivers/crypto/ccree/cc_cipher.h
parent76c9e53e633c8584f752effc4412d395ccf90547 (diff)
downloadlinux-f5c19df90ae7fc21d3dcf50af9d6b456aa6b3351.tar.xz
crypto: ccree - remove cipher ivgen left overs
IV generation is not available via the skcipher interface. Remove the left over support of it from the ablkcipher days. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ccree/cc_cipher.h')
-rw-r--r--drivers/crypto/ccree/cc_cipher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/ccree/cc_cipher.h b/drivers/crypto/ccree/cc_cipher.h
index 68444cfa936b..4dbc0a1e6d5c 100644
--- a/drivers/crypto/ccree/cc_cipher.h
+++ b/drivers/crypto/ccree/cc_cipher.h
@@ -22,7 +22,6 @@ struct cipher_req_ctx {
u32 out_mlli_nents;
u8 *backup_info; /*store iv for generated IV flow*/
u8 *iv;
- bool is_giv;
struct mlli_params mlli_params;
};