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:
5cfed7b
)
crypto: sha - Handle unaligned input data in generic sha256 and sha512.
author
David S. Miller
<davem@davemloft.net>
Thu, 2 Oct 2014 06:52:37 +0000
(14:52 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 2 Oct 2014 06:52:37 +0000
(14:52 +0800)
Like SHA1, use get_unaligned_be*() on the raw input data.
Reported-by: Bob Picco <bob.picco@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found