commit | 9cfaf082b8775e9f99fa5f2e8b2ae0ca8baff785 | [log] [tgz] |
---|---|---|
author | Leonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com> | Sat Aug 08 18:31:01 2015 -0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Aug 10 23:22:22 2015 +0800 |
tree | df050e93fbacc7b0e5973bbcf4075eabdd9d875e | |
parent | 4cd38750632b864dd56d94e675f5f91ce7723749 [diff] |
crypto: nx - Removing CTR mode from NX driver CTR hardware implementation does not match with kernel spec causing a counter bug where just low 8 bytes are used for counter, when should be all 16bytes. Since we already have other counter modes working according with specs not worth to keep CTR itself on NX. Signed-off-by: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>