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:
6aa8b20
)
arm64/crypto: improve performance of GHASH algorithm
author
Ard Biesheuvel
<ard.biesheuvel@linaro.org>
Mon, 16 Jun 2014 10:02:16 +0000
(11:02 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 18 Jun 2014 11:40:54 +0000
(12:40 +0100)
This patches modifies the GHASH secure hash implementation to switch to a
faster, polynomial multiplication based reduction instead of one that uses
shifts and rotates.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
No differences found