mbox series

[0/2] crypto: hisilicon/zip - change support algorithms

Message ID 20230914090908.3849318-1-shenyang39@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon/zip - change support algorithms | expand

Message

Yang Shen Sept. 14, 2023, 9:09 a.m. UTC
Add deflate algorithm. Remove zlib and gzip algorithms.
Tested with disable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS.

Yang Shen (2):
  crypto: hisilicon/zip - support deflate algorithm
  crypto: hisilicon/zip - remove zlib and gzip

 drivers/crypto/hisilicon/zip/zip_crypto.c | 282 +++-------------------
 drivers/crypto/hisilicon/zip/zip_main.c   |   4 +-
 2 files changed, 37 insertions(+), 249 deletions(-)

--
2.33.0

Comments

Herbert Xu Sept. 20, 2023, 5:22 a.m. UTC | #1
On Thu, Sep 14, 2023 at 05:09:06PM +0800, Yang Shen wrote:
> Add deflate algorithm. Remove zlib and gzip algorithms.
> Tested with disable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS.
> 
> Yang Shen (2):
>   crypto: hisilicon/zip - support deflate algorithm
>   crypto: hisilicon/zip - remove zlib and gzip
> 
>  drivers/crypto/hisilicon/zip/zip_crypto.c | 282 +++-------------------
>  drivers/crypto/hisilicon/zip/zip_main.c   |   4 +-
>  2 files changed, 37 insertions(+), 249 deletions(-)
> 
> --
> 2.33.0

All applied.  Thanks.