Lines Matching refs:TLS_SW
287 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;
638 prot[TLS_SW][TLS_SW] = prot[TLS_SW][TLS_BASE];
639 prot[TLS_SW][TLS_SW].recvmsg = tls_sw_recvmsg;
640 prot[TLS_SW][TLS_SW].close = tls_sk_proto_close;
647 prot[TLS_HW][TLS_SW] = prot[TLS_BASE][TLS_SW];
648 prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg;
649 prot[TLS_HW][TLS_SW].sendpage = tls_device_sendpage;
651 prot[TLS_BASE][TLS_HW] = prot[TLS_BASE][TLS_SW];
653 prot[TLS_SW][TLS_HW] = prot[TLS_SW][TLS_SW];
655 prot[TLS_HW][TLS_HW] = prot[TLS_HW][TLS_SW];