From: Herbert Xu Date: Thu, 4 Oct 2007 07:24:05 +0000 (+0800) Subject: [CRYPTO] blkcipher: Added blkcipher_walk_virt_block X-Git-Tag: v2.6.24-rc1~1454^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7607bd8ff03b8af5af887931318cb2bb20361856;p=pandora-kernel.git [CRYPTO] blkcipher: Added blkcipher_walk_virt_block This patch adds the helper blkcipher_walk_virt_block which is similar to blkcipher_walk_virt but uses a supplied block size instead of the block size of the block cipher. This is useful for CTR where the block size is 1 but we still want to walk by the block size of the underlying cipher. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed