linux/drivers/crypto/chelsio/chtls
Rohit Maheshwari 6919a8264a Crypto/chtls: add/delete TLS header in driver
Kernel TLS forms TLS header in kernel during encryption and removes
while decryption before giving packet back to user application. The
similar logic is introduced in chtls code as well.

v1->v2:
- tls_proccess_cmsg() uses tls_handle_open_record() which is not required
  in TOE-TLS. Don't mix TOE with other TLS types.

Signed-off-by: Vinay Kumar Yadav <vinay.yadav@chelsio.com>
Signed-off-by: Rohit Maheshwari <rohitm@chelsio.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-23 13:04:48 -07:00
..
chtls_cm.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next 2020-01-28 16:02:33 -08:00
chtls_cm.h crypto: chtls - Fixed memory leak 2019-12-27 18:18:04 +08:00
chtls_hw.c crypto: chtls - Fixed memory leak 2019-12-27 18:18:04 +08:00
chtls_io.c Crypto/chtls: add/delete TLS header in driver 2020-03-23 13:04:48 -07:00
chtls_main.c crypto: chtls - Fixed listen fail when max stid range reached 2020-01-22 16:21:08 +08:00
chtls.h crypto: chtls - Add support for AES256-GCM based ciphers 2019-12-27 18:18:04 +08:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00