git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3851110
)
n2_crypto: Make ahash parameterization explicit.
author
David S. Miller
<davem@davemloft.net>
Sat, 22 May 2010 09:45:56 +0000
(
02:45
-0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 26 May 2010 00:37:17 +0000
(17:37 -0700)
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>
No differences found