diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-12-05 11:10:26 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-12-22 09:02:24 +0100 |
commit | d042566d8c704e1ecec370300545d4a409222e39 (patch) | |
tree | 2945e2086dc6a93141b104b073da0387901ee39e /virt | |
parent | crypto: af_alg - fix race accessing cipher request (diff) | |
download | linux-d042566d8c704e1ecec370300545d4a409222e39.tar.xz linux-d042566d8c704e1ecec370300545d4a409222e39.zip |
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: b8fd1f4170e7 ("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>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions