linux/drivers/crypto/chelsio
Devulapally Shiva Krishna ec19b7a525 Crypto/chcr: fix for ccm(aes) failed test
[ Upstream commit 10b0c75d7b ]

The ccm(aes) test fails when req->assoclen > ~240bytes.

The problem is the value assigned to auth_offset is wrong.
As auth_offset is unsigned char, it can take max value as 255.
So fix it by making it unsigned int.

Signed-off-by: Ayush Sawal <ayush.sawal@chelsio.com>
Signed-off-by: Devulapally Shiva Krishna <shiva@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-06-22 09:31:02 +02:00
..
chtls crypto: chelsio/chtls: properly set tp->lsndtime 2020-06-03 08:21:36 +02:00
Kconfig
Makefile
chcr_algo.c Crypto/chcr: fix for ccm(aes) failed test 2020-06-22 09:31:02 +02:00
chcr_algo.h
chcr_core.c
chcr_core.h
chcr_crypto.h
chcr_ipsec.c