diff options
author | 2019-12-05 09:54:01 +0000 | |
---|---|---|
committer | 2019-12-11 16:46:22 +0800 | |
commit | 781a08d9740afa73357f1a60d45d7c93d7cca2dd (patch) | |
tree | 2f30bf8a375bb062fe0d1c6d0f7c54d252f97cd7 /crypto/algapi.c | |
parent | crypto: atmel-{aes,tdes} - Do not save IV for ECB mode (diff) | |
download | linux-rng-781a08d9740afa73357f1a60d45d7c93d7cca2dd.tar.xz linux-rng-781a08d9740afa73357f1a60d45d7c93d7cca2dd.zip |
crypto: atmel-aes - Fix counter overflow in CTR mode
32 bit counter is not supported by neither of our AES IPs, all implement
a 16 bit block counter. Drop the 32 bit block counter logic.
Fixes: fcac83656a3e ("crypto: atmel-aes - fix the counter overflow in CTR mode")
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/algapi.c')
0 files changed, 0 insertions, 0 deletions