Home
last modified time | relevance | path

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

/linux-6.12.1/net/tls/
Dtls_main.c351 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
359 if (ctx->rx_conf == TLS_SW) { in tls_sk_proto_cleanup()
375 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
392 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
394 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in tls_sk_proto_close()
396 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_close()
533 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in do_tls_getsockopt_no_pad()
681 conf = TLS_SW; in do_tls_setsockopt_conf()
695 conf = TLS_SW; in do_tls_setsockopt_conf()
762 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) { in do_tls_setsockopt_no_pad()
[all …]
/linux-6.12.1/include/net/
Dtls.h82 TLS_SW, enumerator
/linux-6.12.1/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``