commit | f66de3ee2c161fcc2d66974e9671f8a2a471ab20 | [log] [tgz] |
---|---|---|
author | Boris Pismenny <borisp@mellanox.com> | Mon Apr 30 10:16:15 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue May 01 09:42:47 2018 -0400 |
tree | 0424b196ef247c1084a599c055e6506cf15aa84b | |
parent | 2342a8512a1e98c286b6b36094058e4ee2261c74 [diff] |
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>