]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: chelsio - replace AES cipher calls with library calls
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 2 Jul 2019 19:41:44 +0000 (21:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jul 2019 04:58:35 +0000 (14:58 +1000)
commit9e43fd0732b7a51135570fc69024f7a454f64b75
tree4bec9fe583e41a89740f1596522d48d8897501e2
parent733f10789d8f0dd17eaefad6700222716fb5f24a
crypto: chelsio - replace AES cipher calls with library calls

Replace a couple of occurrences where the "aes-generic" cipher is
instantiated explicitly and only used for encryption of a single block.
Use AES library calls instead.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/chelsio/Kconfig
drivers/crypto/chelsio/chcr_algo.c
drivers/crypto/chelsio/chcr_crypto.h
drivers/crypto/chelsio/chcr_ipsec.c
drivers/crypto/chelsio/chtls/chtls_hw.c