summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/sha512-core.S_shipped
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2020-06-29 09:39:24 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2020-07-09 14:14:32 +0200
commite4f874858cc16bdf99ca4aa678c94d6e448f8847 (patch)
treedaeeb1cf9ec3cd5a9b65550efac7224818affc8a /arch/arm64/crypto/sha512-core.S_shipped
parentcrypto: arm64/gcm - use variably sized key struct (diff)
downloadlinux-e4f874858cc16bdf99ca4aa678c94d6e448f8847.tar.xz
linux-e4f874858cc16bdf99ca4aa678c94d6e448f8847.zip
crypto: arm64/gcm - use inline helper to suppress indirect calls
Introduce an inline wrapper for ghash_do_update() that incorporates the indirect call to the asm routine that is passed as an argument, and keep the non-SIMD fallback code out of line. This ensures that all references to the function pointer are inlined where the address is taken, removing the need for any indirect calls to begin with. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/arm64/crypto/sha512-core.S_shipped')
0 files changed, 0 insertions, 0 deletions