linux-stable/drivers/crypto/chelsio
Arnd Bergmann d4f9aaeb26 crypto: chelsio - select CRYPTO_GF128MUL
commit d042566d8c upstream.

Without the gf128mul library support, we can run into a link
error:

drivers/crypto/chelsio/chcr_algo.o: In function `chcr_update_tweak':
chcr_algo.c:(.text+0x7e0): undefined reference to `gf128mul_x8_ble'

This adds a Kconfig select statement for it, next to the ones we
already have.

Fixes: b8fd1f4170 ("crypto: chcr - Add ctr mode and process large sg entries for cipher")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-01-10 09:31:18 +01:00
..
chcr_algo.c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2017-07-14 22:49:50 -07:00
chcr_algo.h crypto: chcr - Add ctr mode and process large sg entries for cipher 2017-06-20 11:21:35 +08:00
chcr_core.c crypto: chcr - Select device in Round Robin fashion 2017-06-20 11:21:40 +08:00
chcr_core.h crypto: chcr - Select device in Round Robin fashion 2017-06-20 11:21:40 +08:00
chcr_crypto.h crypto: chcr - Avoid algo allocation in softirq. 2017-07-12 18:38:08 +08:00
Kconfig crypto: chelsio - select CRYPTO_GF128MUL 2018-01-10 09:31:18 +01:00
Makefile