]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: x86/cast6 - drop dependency on glue helper
authorArd Biesheuvel <ardb@kernel.org>
Tue, 5 Jan 2021 16:48:06 +0000 (17:48 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 14 Jan 2021 06:10:29 +0000 (17:10 +1100)
commit85fbd6342ce4bcf383951bff5cc354435f1cbe83
tree941776d932c0bcea26cb97a9f790bd7ee821ce4f
parent7ecf5d3a6fbc069ce02621a44920912ef741562c
crypto: x86/cast6 - drop dependency on glue helper

Replace the glue helper dependency with implementations of ECB and CBC
based on the new CPP macros, which avoid the need for indirect calls.

Acked-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/cast6_avx_glue.c
crypto/Kconfig