Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_main.c287 if (ctx->tx_conf == TLS_SW) {
293 if (ctx->rx_conf == TLS_SW) {
480 conf = TLS_SW;
491 conf = TLS_SW;
630 prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE];
631 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg;
632 prot[TLS_SW][TLS_BASE].sendpage = tls_sw_sendpage;
634 prot[TLS_BASE][TLS_SW] = prot[TLS_BASE][TLS_BASE];
635 prot[TLS_BASE][TLS_SW].recvmsg = tls_sw_recvmsg;
636 prot[TLS_BASE][TLS_SW].close = tls_sk_proto_close;
[all …]
/Linux-v4.19/include/net/
Dtls.h88 TLS_SW, enumerator