commit | 99680c5e91829453e001ab5f7e6d717e6d2dcb21 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue Mar 12 22:12:49 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Mar 22 20:57:27 2019 +0800 |
tree | 8df83b5be0ccfd591925444694b79771d62abe4d | |
parent | f2abe0d72b21671ad19db075262411e3d4a828dd [diff] |
crypto: arm - convert to use crypto_simd_usable() Replace all calls to may_use_simd() in the arm crypto code with crypto_simd_usable(), in order to allow testing the no-SIMD code paths. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>