android_kernel_oneplus_msm8998/arch/arm64/crypto
Ard Biesheuvel c042dd600f crypto: arm64/sha - avoid non-standard inline asm tricks
commit f4857f4c2ee9aa4e2aacac1a845352b00197fb57 upstream.

Replace the inline asm which exports struct offsets as ELF symbols
with proper const variables exposing the same values. This works
around an issue with Clang which does not interpret the "i" (or "I")
constraints in the same way as GCC.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-11-27 16:07:58 +01:00
..
aes-ce-ccm-core.S crypto: arm64/aes-ccm-ce: fix for big endian 2017-01-12 11:22:50 +01:00
aes-ce-ccm-glue.c
aes-ce-cipher.c crypto: arm64/aes-ce - fix for big endian 2017-01-12 11:22:50 +01:00
aes-ce-setkey.h
aes-ce.S crypto: arm64/aes-xts-ce: fix for big endian 2017-01-12 11:22:50 +01:00
aes-glue.c
aes-modes.S crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes 2017-02-09 08:02:45 +01:00
aes-neon.S crypto: arm64/aes-neon - fix for big endian 2017-01-12 11:22:50 +01:00
crc32-arm64.c
ghash-ce-core.S crypto: arm64/ghash-ce - fix for big endian 2017-01-12 11:22:50 +01:00
ghash-ce-glue.c
Kconfig
Makefile
sha1-ce-core.S crypto: arm64/sha - avoid non-standard inline asm tricks 2018-11-27 16:07:58 +01:00
sha1-ce-glue.c crypto: arm64/sha - avoid non-standard inline asm tricks 2018-11-27 16:07:58 +01:00
sha2-ce-core.S crypto: arm64/sha - avoid non-standard inline asm tricks 2018-11-27 16:07:58 +01:00
sha2-ce-glue.c crypto: arm64/sha - avoid non-standard inline asm tricks 2018-11-27 16:07:58 +01:00