Loading crypto/des.c +0 −2 Original line number Diff line number Diff line Loading @@ -38,12 +38,10 @@ #define ROR(d,c,o) ((d) = (d) >> (c) | (d) << (o)) struct des_ctx { u8 iv[DES_BLOCK_SIZE]; u32 expkey[DES_EXPKEY_WORDS]; }; struct des3_ede_ctx { u8 iv[DES_BLOCK_SIZE]; u32 expkey[DES3_EDE_EXPKEY_WORDS]; }; Loading crypto/serpent.c +0 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,6 @@ x4 ^= x2; struct serpent_ctx { u8 iv[SERPENT_BLOCK_SIZE]; u32 expkey[SERPENT_EXPKEY_WORDS]; }; Loading Loading
crypto/des.c +0 −2 Original line number Diff line number Diff line Loading @@ -38,12 +38,10 @@ #define ROR(d,c,o) ((d) = (d) >> (c) | (d) << (o)) struct des_ctx { u8 iv[DES_BLOCK_SIZE]; u32 expkey[DES_EXPKEY_WORDS]; }; struct des3_ede_ctx { u8 iv[DES_BLOCK_SIZE]; u32 expkey[DES3_EDE_EXPKEY_WORDS]; }; Loading
crypto/serpent.c +0 −1 Original line number Diff line number Diff line Loading @@ -210,7 +210,6 @@ x4 ^= x2; struct serpent_ctx { u8 iv[SERPENT_BLOCK_SIZE]; u32 expkey[SERPENT_EXPKEY_WORDS]; }; Loading