[CRYPTO] Remove unused iv field from context structure
The iv field in des_ctx/des3_ede_ctx/serpent_ctx has never been used. This was noticed by Dag Arne Osvik. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
a2a892a236
commit
a9df3597fe
@@ -210,7 +210,6 @@
|
||||
x4 ^= x2;
|
||||
|
||||
struct serpent_ctx {
|
||||
u8 iv[SERPENT_BLOCK_SIZE];
|
||||
u32 expkey[SERPENT_EXPKEY_WORDS];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user