From: Herbert Xu Date: Tue, 8 Jul 2008 12:54:28 +0000 (+0800) Subject: crypto: crc32c - Add ahash implementation X-Git-Tag: v2.6.27-rc1~1107^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5773a3e6e396d5fd9de58372abe6a86b7e258e3e;p=pandora-kernel.git crypto: crc32c - Add ahash implementation This patch reimplements crc32c using the ahash interface. This allows one tfm to be used by an unlimited number of users provided that they all use the same key (which all current crc32c users do). Signed-off-by: Herbert Xu --- Reading git-diff-tree failed