Eric Biggers 626ddb2fbe crypto: powerpc - convert to use crypto_simd_usable()
Replace all calls to in_interrupt() in the PowerPC crypto code with
!crypto_simd_usable().  This causes the crypto self-tests to test the
no-SIMD code paths when CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y.

The p8_ghash algorithm is currently failing and needs to be fixed, as it
produces the wrong digest when no-SIMD updates are mixed with SIMD ones.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-04-18 22:15:04 +08:00
..
2019-03-10 17:48:21 -07:00
2019-03-16 10:45:17 -07:00
2019-03-16 10:45:17 -07:00
2019-03-16 10:45:17 -07:00
2019-03-07 12:56:26 -08:00
2019-03-07 12:56:26 -08:00
2019-03-16 13:05:32 -07:00
2018-08-17 11:32:50 -07:00
2019-03-10 11:54:48 -07:00