commit | 81126d1a8bc23c72a13c05c4308dc6951afc3b45 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Nov 29 17:23:36 2016 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Nov 30 20:01:51 2016 +0800 |
tree | fc0e9d000d4fcad5f7aa9f32651b95e7d8a94108 | |
parent | 2debd3325e55d448cae83b7f262e645db1697d25 [diff] |
crypto: arm/aesbs - fix brokenness after skcipher conversion The CBC encryption routine should use the encryption round keys, not the decryption round keys. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>