Searched hist:"9 d9b14dbe077c8704d8c3546e38820d35aff2d35" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/crypto/caam/ |
H A D | Kconfig | diff 9d9b14dbe077c8704d8c3546e38820d35aff2d35 Tue Sep 22 18:03:19 CEST 2020 Andrei Botila <andrei.botila@nxp.com> crypto: caam/jr - add fallback for XTS with more than 8B IV
A hardware limitation exists for CAAM until Era 9 which restricts the accelerator to IVs with only 8 bytes. When CAAM has a lower era a fallback is necessary to process 16 bytes IV.
Fixes: c6415a6016bf ("crypto: caam - add support for acipher xts(aes)") Cc: <stable@vger.kernel.org> # v4.4+ Signed-off-by: Andrei Botila <andrei.botila@nxp.com> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | caamalg.c | diff 9d9b14dbe077c8704d8c3546e38820d35aff2d35 Tue Sep 22 18:03:19 CEST 2020 Andrei Botila <andrei.botila@nxp.com> crypto: caam/jr - add fallback for XTS with more than 8B IV
A hardware limitation exists for CAAM until Era 9 which restricts the accelerator to IVs with only 8 bytes. When CAAM has a lower era a fallback is necessary to process 16 bytes IV.
Fixes: c6415a6016bf ("crypto: caam - add support for acipher xts(aes)") Cc: <stable@vger.kernel.org> # v4.4+ Signed-off-by: Andrei Botila <andrei.botila@nxp.com> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|