linux-stable/drivers/crypto/chelsio
Arnd Bergmann d042566d8c crypto: chelsio - select CRYPTO_GF128MUL
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.

Cc: <stable@vger.kernel.org>
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>
2017-12-22 19:02:24 +11:00
..
Kconfig crypto: chelsio - select CRYPTO_GF128MUL 2017-12-22 19:02:24 +11:00
Makefile
chcr_algo.c crypto: chcr - Replace _manual_ swap with swap macro 2017-11-06 14:45:35 +08:00
chcr_algo.h crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver 2017-11-03 21:50:46 +08:00
chcr_core.c crypto: chelsio - Fix memory leak 2017-11-03 21:50:46 +08:00
chcr_core.h crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl header 2017-11-03 21:50:45 +08:00
chcr_crypto.h crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver 2017-11-03 21:50:46 +08:00