commit | f12cc2090d721647c23dfce20834f4306db3b77d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 22 20:36:13 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 21 11:46:15 2006 +1000 |
tree | fba6861bdb58153acaab1ba1e51ec4e48fe0fd99 | |
parent | 378c6697a282c383d89428380a3405bf95189347 [diff] |
[CRYPTO] users: Use block ciphers where applicable This patch converts all remaining users to use the new block cipher type where applicable. It also changes all simple cipher operations to use the new encrypt_one/decrypt_one interface. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>