commit | 866cd902e864e9d0e31299efa9d61fc9a9bec315 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 27 00:04:44 2007 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:59 2008 +1100 |
tree | e324d07a3ada70c77722e31af9d5d604482cada0 | |
parent | 1c5dfe6a959b79215c0f73d793169a7d5755900e [diff] |
[CRYPTO] padlock: Only reset the key once for each CBC and ECB operation Currently we reset the key for each segment fed to the xcrypt instructions. This patch optimises this for CBC and ECB so that we only do this once for each encrypt/decrypt operation. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>