]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: x86 - remove glue helper module
authorArd Biesheuvel <ardb@kernel.org>
Tue, 5 Jan 2021 16:48:08 +0000 (17:48 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 14 Jan 2021 06:10:29 +0000 (17:10 +1100)
commit77effc600b0f23b3cc9da6f092d44e53f5f26b6a
treeb6a76cad2930e2730ff5a12421c771763b78acab
parent3bde10b14c99e34bbbf2b7b952fcb0436e159e70
crypto: x86 - remove glue helper module

All dependencies on the x86 glue helper module have been replaced by
local instantiations of the new ECB/CBC preprocessor helper macros, so
the glue helper module can be retired.

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/Makefile
arch/x86/crypto/glue_helper.c [deleted file]
arch/x86/include/asm/crypto/glue_helper.h [deleted file]
crypto/Kconfig
crypto/skcipher.c
include/crypto/internal/skcipher.h