aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-12-05 18:42:28 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2016-12-07 20:01:24 +0800
commitd0a3431a7bbdf8f66d2d7a8fbf0233f3b325fcab (patch)
treee5ceb74a37c45dbe44b0e547ffa940303358c873 /crypto
parentcrypto: arm64/crc32 - accelerated support based on x86 SSE implementation (diff)
downloadwireguard-linux-d0a3431a7bbdf8f66d2d7a8fbf0233f3b325fcab.tar.xz
wireguard-linux-d0a3431a7bbdf8f66d2d7a8fbf0233f3b325fcab.zip
crypto: arm/crc32 - accelerated support based on x86 SSE implementation
This is a combination of the the Intel algorithm implemented using SSE and PCLMULQDQ instructions from arch/x86/crypto/crc32-pclmul_asm.S, and the new CRC32 extensions introduced for both 32-bit and 64-bit ARM in version 8 of the architecture. Two versions of the above combo are provided, one for CRC32 and one for CRC32C. The PMULL/NEON algorithm is faster, but operates on blocks of at least 64 bytes, and on multiples of 16 bytes only. For the remaining input, or for all input on systems that lack the PMULL 64x64->128 instructions, the CRC32 instructions will be used. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions