]> git.baikalelectronics.ru Git - kernel.git/commit
net/tls: Split conf to rx + tx
authorBoris Pismenny <borisp@mellanox.com>
Mon, 30 Apr 2018 07:16:15 +0000 (10:16 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 May 2018 13:42:47 +0000 (09:42 -0400)
commit782dcbba4521d4057d705eeb0f849b7f2404abeb
tree0424b196ef247c1084a599c055e6506cf15aa84b
parent0ba14fe2436adc8df999f8117c00743d089470cd
net/tls: Split conf to rx + tx

In TLS inline crypto, we can have one direction in software
and another in hardware. Thus, we split the TLS configuration to separate
structures for receive and transmit.

Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tls.h
net/tls/tls_main.c
net/tls/tls_sw.c