commit | 28ce728a90cce3a0c6c0ed00354299de52db94b1 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Aug 21 21:38:42 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 21 11:44:35 2006 +1000 |
tree | d5f8c799cb949a5afdfb9db4fb9c4c749820c35e | |
parent | db131ef9084110d9e82549c0a627e157e8bb99d7 [diff] |
[CRYPTO] padlock: Added block cipher versions of CBC/ECB This patch adds block cipher algorithms for cbc(aes) and ecb(aes) for the PadLock device. Once all users to the old cipher type have been converted the old cbc/ecb PadLock operations will be removed. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>