On Thu, Dec 31, 2020 at 06:23:31PM +0100, Ard Biesheuvel wrote:
> Replace the glue helper dependency with implementations of ECB and CBC
> based on the new CPP macros, which avoid the need for indirect calls.
> 
> Signed-off-by: Ard Biesheuvel <a...@kernel.org>
> ---
>  arch/x86/crypto/camellia_aesni_avx2_glue.c | 85 ++++++--------------
>  arch/x86/crypto/camellia_aesni_avx_glue.c  | 73 +++++------------
>  arch/x86/crypto/camellia_glue.c            | 61 ++++----------
>  crypto/Kconfig                             |  2 -
>  4 files changed, 60 insertions(+), 161 deletions(-)

Acked-by: Eric Biggers <ebigg...@google.com>

Reply via email to