diff options
| author | Gilad Ben-Yossef <gilad@benyossef.com> | 2018-07-24 15:12:44 +0100 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-08-03 18:06:05 +0800 |
| commit | f5c19df90ae7fc21d3dcf50af9d6b456aa6b3351 (patch) | |
| tree | 0c133d85a528eb412f67af2912e38ee89c9ee343 /drivers/crypto/ccree/cc_cipher.h | |
| parent | crypto: ccree - drop useless type flag during reg (diff) | |
| download | linux-f5c19df90ae7fc21d3dcf50af9d6b456aa6b3351.tar.gz linux-f5c19df90ae7fc21d3dcf50af9d6b456aa6b3351.zip | |
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.h | 1 |
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; }; |
