/openbmc/linux/arch/x86/crypto/ |
H A D | nhpoly1305-sse2-glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | nhpoly1305-avx2-glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | crct10dif-pclmul_glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | crc32-pclmul_glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | chacha_glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | crc32c-intel_glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | sha512_ssse3_glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | sha256_ssse3_glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | sha1_ssse3_glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | ghash-clmulni-intel_glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | poly1305_glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|
H A D | aesni-intel_glue.c | diff f2abe0d72b21671ad19db075262411e3d4a828dd Wed Mar 13 00:12:48 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: x86 - convert to use crypto_simd_usable()
Replace all calls to irq_fpu_usable() in the x86 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>
|