commit | 3a2c034697558602a72e51897c6d3665bc515927 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat May 22 02:45:56 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 25 17:37:17 2010 -0700 |
tree | 709351d059760824a705c82a72e1f2d95a46bc40 | |
parent | 38511108a37e5551b2bfe143a957132d46f9e6e7 [diff] |
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 <davem@davemloft.net>