commit | 46f8153cc59384eb09a426d044668d4801f818ce | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Apr 29 21:57:01 2008 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 01 18:22:28 2008 +0800 |
tree | 1d7455db8ebdc14ad049f0fc7e006a61d79b503a | |
parent | 8ec970d8561abb5645d4602433b772e268c96d05 [diff] |
[CRYPTO] eseqiv: Fix off-by-one encryption After attaching the IV to the head during encryption, eseqiv does not increase the encryption length by that amount. As such the last block of the actual plain text will be left unencrypted. Fortunately the only user of this code hifn currently crashes so this shouldn't affect anyone :) Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>