commit | ed4767d612fd2c39e2c4c69eba484c1219dcddb6 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Thu Sep 01 14:25:42 2016 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Sep 07 21:08:30 2016 +0800 |
tree | 3696e493b88e27907b7ac0b9ef973d4a5fd0890d | |
parent | 2117eaa62aa92776d1465abcfaa5becfd8eaf3f9 [diff] |
crypto: arm/ghash-ce - add missing async import/export Since commit 8996eafdcbad ("crypto: ahash - ensure statesize is non-zero"), all ahash drivers are required to implement import()/export(), and must have a non-zero statesize. Fix this for the ARM Crypto Extensions GHASH implementation. Fixes: 8996eafdcbad ("crypto: ahash - ensure statesize is non-zero") Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>