commit | fa4600734b74f74d9169c3015946d4722f8bcf79 | [log] [tgz] |
---|---|---|
author | Dmitry Eremin-Solenikov <[email protected]> | Sat Oct 20 02:01:52 2018 +0300 |
committer | Herbert Xu <[email protected]> | Fri Nov 09 17:40:59 2018 +0800 |
tree | 486ab1004b79e24d6800c8a87b6f7ab8aa46276f | |
parent | 7172122be6a4712d699da4d261f92aa5ab3a78b8 [diff] |
crypto: cfb - fix decryption crypto_cfb_decrypt_segment() incorrectly XOR'ed generated keystream with IV, rather than with data stream, resulting in incorrect decryption. Test vectors will be added in the next patch. Signed-off-by: Dmitry Eremin-Solenikov <[email protected]> Cc: [email protected] Signed-off-by: Herbert Xu <[email protected]>