From: David S. Miller Date: Sat, 22 May 2010 09:45:56 +0000 (-0700) Subject: n2_crypto: Make ahash parameterization explicit. X-Git-Tag: v2.6.36-rc1~568^2~29^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2c034697558602a72e51897c6d3665bc515927;p=pandora-kernel.git n2_crypto: Make ahash parameterization explicit. All of the ahash ->digest() ops do essentially the same thing, just using different parameters. So instead, have a single n2_hash_async_digest() and use an n2_ahash_alg container that provides the parameters. Signed-off-by: David S. Miller --- Reading git-diff-tree failed