commit | d2456c66236c15d6462f1ac751cdbd48a34e9704 | [log] [tgz] |
---|---|---|
author | Sebastian Siewior <sebastian@breakpoint.cc> | Fri Nov 30 16:36:57 2007 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:26 2008 +1100 |
tree | 0d221b08d0c1d4942881ad138c142c4163d19717 | |
parent | 9617d6ef6278edd04070ae404c871f65a466c6d2 [diff] |
[CRYPTO] geode: do not copy the IV too often There is no reason to keep the IV in the private structre. Instead keep just a pointer to make the patch smaller :) This also remove a few memcpy()s Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>