commit | 67caef08a71fa6506fc16be58cd594c49b0605de | [log] [tgz] |
---|---|---|
author | Uri Shir <uri.shir@arm.com> | Sun Sep 08 11:04:26 2019 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 13 21:17:58 2019 +1000 |
tree | b8a062fa6b361e428775c499b9539a740bd212a4 | |
parent | 465527bcaebc1dcecc77b78ff77936658384152e [diff] |
crypto: ccree - enable CTS support in AES-XTS In XTS encryption/decryption the plaintext byte size can be >= AES_BLOCK_SIZE. This patch enable the AES-XTS ciphertext stealing implementation in ccree driver. Signed-off-by: Uri Shir <uri.shir@arm.com> Acked-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>