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:
ac95301
)
crypto: sha512 - Export struct sha512_state
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 03:48:18 +0000
(11:48 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 06:38:12 +0000
(14:38 +0800)
This patch renames struct sha512_ctx and exports it as struct
sha512_state so that other sha512 implementations can use it
as the reference structure for exporting their state.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found