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:
97220c6
)
crypto: gcm - Filter out async ghash if necessary
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 15 Jun 2016 14:27:05 +0000
(22:27 +0800)
committer
Ben Hutchings
<ben@decadent.org.uk>
Sun, 20 Nov 2016 01:01:23 +0000
(
01:01
+0000)
commit
b30bdfa86431afbafe15284a3ad5ac19b49b88e3
upstream.
As it is if you ask for a sync gcm you may actually end up with
an async one because it does not filter out async implementations
of ghash.
This patch fixes this by adding the necessary filter when looking
for ghash.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
crypto/gcm.c
patch
|
blob
|
history
diff --cc
crypto/gcm.c
Simple merge