linux-stable/drivers/crypto/hisilicon/sec2
Kai Ye 2d33f5771b crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORY
Should not to uses the CRYPTO_ALG_ALLOCATES_MEMORY in SEC2. The SEC2
driver uses the pre-allocated buffers, including the src sgl pool, dst
sgl pool and other qp ctx resources. (e.g. IV buffer, mac buffer, key
buffer). The SEC2 driver doesn't allocate memory during request processing.
The driver only maps software sgl to allocated hardware sgl during I/O. So
here is fix it.

Signed-off-by: Kai Ye <yekai13@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2022-05-20 13:54:45 +08:00
..
Makefile
sec.h crypto: hisilicon/qm: Move the QM header to include/linux 2022-03-15 11:34:08 -06:00
sec_crypto.c crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORY 2022-05-20 13:54:45 +08:00
sec_crypto.h crypto: hisilicon/sec - fix the CTR mode BD configuration 2022-01-31 11:21:45 +11:00
sec_main.c crypto: hisilicon/sec - support last word dumping 2022-04-15 16:34:29 +08:00