Lines Matching refs:TLS_HW
300 if (ctx->rx_conf == TLS_HW)
303 if (ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW) {
474 conf = TLS_HW;
485 conf = TLS_HW;
643 prot[TLS_HW][TLS_BASE] = prot[TLS_BASE][TLS_BASE];
644 prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg;
645 prot[TLS_HW][TLS_BASE].sendpage = tls_device_sendpage;
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];