commit | dcb3a4b8d7768cab59546aa2ce5dd214f7b526fe | [log] [tgz] |
---|---|---|
author | Gary R Hook <gary.hook@amd.com> | Tue Jul 25 14:12:11 2017 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 27 14:39:20 2017 +0200 |
tree | 639c7f4f5e4a96013aa144cbd2ef159229b1a2df | |
parent | 1f143ba19a8f1956735195feffbbecfa0c7db597 [diff] |
crypto: ccp - Fix XTS-AES-128 support on v5 CCPs commit e652399edba99a5497f0d80f240c9075d3b43493 upstream. Version 5 CCPs have some new requirements for XTS-AES: the type field must be specified, and the key requires 512 bits, with each part occupying 256 bits and padded with zeroes. Signed-off-by: Gary R Hook <ghook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>