/openbmc/linux/arch/arm64/crypto/ |
H A D | nhpoly1305-neon-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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 | sha3-ce-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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-ce-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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 | sm4-ce-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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 | aes-ce-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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 | sm3-ce-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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-neon-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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-ce-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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 | aes-neonbs-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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-ce-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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 | sha2-ce-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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 | aes-ce-ccm-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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-ce-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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 | aes-glue.c | diff e52b7023cdad005756cd91d7c54fa90ef6b43d32 Wed Mar 13 00:12:50 CDT 2019 Eric Biggers <ebiggers@google.com> crypto: arm64 - convert to use crypto_simd_usable()
Replace all calls to may_use_simd() in the arm64 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>
|