diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2019-11-05 17:01:05 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-12-11 11:36:59 +0300 |
commit | f0956d42c14abfeda9d0be7f06999363cab3e99a (patch) | |
tree | acd550bb2ffb114085a390f2bb0f566d6e769fab /README | |
parent | b877ad1a135c802d4529a72aa82faf46ef5db097 (diff) | |
download | linux-f0956d42c14abfeda9d0be7f06999363cab3e99a.tar.xz |
crypto: omap-aes-gcm - use the AES library to encrypt the tag
The OMAP AES-GCM implementation uses a fallback ecb(aes) skcipher to
produce the keystream to encrypt the output tag. Let's use the new
AES library instead - this is much simpler, and shouldn't affect
performance given that it only involves a single block.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions