net/tls: rename tls_hw_* functions tls_toe_*
authorJakub Kicinski <jakub.kicinski@netronome.com>
Thu, 3 Oct 2019 18:18:58 +0000 (11:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:07:07 +0000 (14:07 -0700)
commit0eb8745e03c9ed2a7412c7a844ebc4f0e4f80de4
tree153494c5892017e5043bfc0e9f37d3dd464d5eeb
parent08700dab816847d5e600ef263155fb04ea4b312d
net/tls: rename tls_hw_* functions tls_toe_*

The tls_hw_* functions are quite confusingly named, since they
are related to the TOE-offload, not TLS_HW offload which doesn't
require TOE. Rename them.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: John Hurley <john.hurley@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tls_toe.h
net/tls/tls_main.c
net/tls/tls_toe.c