From: Herbert Xu Date: Thu, 21 Sep 2006 01:44:08 +0000 (+1000) Subject: [CRYPTO] cipher: Added block ciphers for CBC/ECB X-Git-Tag: v2.6.19-rc1~1297^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db131ef9084110d9e82549c0a627e157e8bb99d7;p=pandora-kernel.git [CRYPTO] cipher: Added block ciphers for CBC/ECB This patch adds two block cipher algorithms, CBC and ECB. These are implemented as templates on top of existing single-block cipher algorithms. They invoke the single-block cipher through the new encrypt_one/decrypt_one interface. This also optimises the in-place encryption and decryption to remove the cost of an IV copy each round. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed