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:
b149a30
)
crypto: gcm - make GMAC work when dst and src are different
author
Jussi Kivilinna
<jussi.kivilinna@iki.fi>
Sun, 7 Apr 2013 13:43:41 +0000
(16:43 +0300)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 25 Apr 2013 13:01:46 +0000
(21:01 +0800)
The GMAC code assumes that dst==src, which causes problems when trying to add
rfc4543(gcm(aes)) test vectors.
So fix this code to work when source and destination buffer are different.
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found