Home
last modified time | relevance | path

Searched refs:TLS_SW (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/net/tls/
Dtls_main.c350 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
360 if (ctx->rx_conf == TLS_SW) { in tls_sk_proto_cleanup()
376 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
393 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
395 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in tls_sk_proto_close()
397 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_close()
534 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in do_tls_getsockopt_no_pad()
676 conf = TLS_SW; in do_tls_setsockopt_conf()
690 conf = TLS_SW; in do_tls_setsockopt_conf()
757 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) { in do_tls_setsockopt_no_pad()
[all …]
/linux-6.6.21/include/net/
Dtls.h81 TLS_SW, enumerator
/linux-6.6.21/Documentation/networking/
Dtls-offload.rst18 * Software crypto mode (``TLS_SW``) - CPU handles the cryptography.
42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``