mbox series

[v3,0/5] crypto: hisilicon - some misc bugfix for SEC engine

Message ID 20220122081312.29121-1-yekai13@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon - some misc bugfix for SEC engine | expand

Message

yekai (A) Jan. 22, 2022, 8:13 a.m. UTC
some misc bugfix for SEC engine.

changes v1->v2:
	add rate limited for printing messages.
changes v2->v3:
	modify the second patch.

Kai Ye (5):
  crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930
  crypto: hisilicon/sec - add some comments for soft fallback
  crypto: hisilicon/sec - fix the max length of AAD for the CCM mode
  crypto: hisilicon/sec - fix the CTR mode BD configuration
  crypto: hisilicon/sec - use the correct print format

 drivers/crypto/hisilicon/sec2/sec_crypto.c | 27 +++++++++++++++-------
 drivers/crypto/hisilicon/sec2/sec_crypto.h |  6 +++--
 2 files changed, 23 insertions(+), 10 deletions(-)

Comments

Herbert Xu Jan. 28, 2022, 6:27 a.m. UTC | #1
On Sat, Jan 22, 2022 at 04:13:07PM +0800, Kai Ye wrote:
> some misc bugfix for SEC engine.
> 
> changes v1->v2:
> 	add rate limited for printing messages.
> changes v2->v3:
> 	modify the second patch.
> 
> Kai Ye (5):
>   crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930
>   crypto: hisilicon/sec - add some comments for soft fallback
>   crypto: hisilicon/sec - fix the max length of AAD for the CCM mode
>   crypto: hisilicon/sec - fix the CTR mode BD configuration
>   crypto: hisilicon/sec - use the correct print format
> 
>  drivers/crypto/hisilicon/sec2/sec_crypto.c | 27 +++++++++++++++-------
>  drivers/crypto/hisilicon/sec2/sec_crypto.h |  6 +++--
>  2 files changed, 23 insertions(+), 10 deletions(-)

All applied.  Thanks.