Skip to content
Commit 83d2c9a9 authored by Sven Ebenfeld's avatar Sven Ebenfeld Committed by Herbert Xu
Browse files

crypto: caam - do not register AES-XTS mode on LP units



When using AES-XTS on a Wandboard, we receive a Mode error:
caam_jr 2102000.jr1: 20001311: CCB: desc idx 19: AES: Mode error.

According to the Security Reference Manual, the Low Power AES units
of the i.MX6 do not support the XTS mode. Therefore we must not
register XTS implementations in the Crypto API.

Signed-off-by: default avatarSven Ebenfeld <sven.ebenfeld@gmail.com>
Reviewed-by: default avatarHoria Geantă <horia.geanta@nxp.com>

Cc: <stable@vger.kernel.org> # 4.4+
Fixes: c6415a60

 "crypto: caam - add support for acipher xts(aes)"
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 6d4952d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment