Home
last modified time | relevance | path

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

/Linux-v5.4/net/tls/
Dtls_main.c286 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
294 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_cleanup()
307 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
324 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
326 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in tls_sk_proto_close()
328 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_close()
542 conf = TLS_SW; in do_tls_setsockopt_conf()
551 conf = TLS_SW; in do_tls_setsockopt_conf()
740 prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos()
741 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg; in build_protos()
[all …]
/Linux-v5.4/include/net/
Dtls.h111 TLS_SW, enumerator
434 case TLS_SW: in tls_user_config()
/Linux-v5.4/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``