commit | dbe425599ba05c7415f632e6f5f018453098eb69 | [log] [tgz] |
---|---|---|
author | Dave Watson <davejwatson@fb.com> | Thu Mar 22 10:10:06 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 23 12:25:53 2018 -0400 |
tree | 03d3502ccc58ba4e4adb8c3c16cd9dbfc70ea0c1 | |
parent | 69ca9293e8dd9323c6cde579e1855d6ce9489a46 [diff] |
tls: Move cipher info to a separate struct Separate tx crypto parameters to a separate cipher_context struct. The same parameters will be used for rx using the same struct. tls_advance_record_sn is modified to only take the cipher info. Signed-off-by: Dave Watson <davejwatson@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>