TLS_HW 439 include/net/tls.h case TLS_HW: TLS_HW 55 net/tls/tls_device.c if (ctx->tx_conf == TLS_HW) { TLS_HW 61 net/tls/tls_device.c if (ctx->rx_conf == TLS_HW) TLS_HW 80 net/tls/tls_device.c if (netdev && ctx->tx_conf == TLS_HW) { TLS_HW 186 net/tls/tls_device.c if (tls_ctx->tx_conf == TLS_HW) { TLS_HW 687 net/tls/tls_device.c if (tls_ctx->rx_conf != TLS_HW) TLS_HW 1161 net/tls/tls_device.c if (tls_ctx->tx_conf != TLS_HW) { TLS_HW 1190 net/tls/tls_device.c if (ctx->tx_conf == TLS_HW) TLS_HW 1193 net/tls/tls_device.c if (ctx->rx_conf == TLS_HW) TLS_HW 237 net/tls/tls_main.c if (ctx->tx_conf == TLS_HW) TLS_HW 281 net/tls/tls_main.c } else if (ctx->tx_conf == TLS_HW) { TLS_HW 287 net/tls/tls_main.c else if (ctx->rx_conf == TLS_HW) TLS_HW 302 net/tls/tls_main.c free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; TLS_HW 317 net/tls/tls_main.c if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) TLS_HW 528 net/tls/tls_main.c conf = TLS_HW; TLS_HW 537 net/tls/tls_main.c conf = TLS_HW; TLS_HW 746 net/tls/tls_main.c prot[TLS_HW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; TLS_HW 747 net/tls/tls_main.c prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg; TLS_HW 748 net/tls/tls_main.c prot[TLS_HW][TLS_BASE].sendpage = tls_device_sendpage; TLS_HW 750 net/tls/tls_main.c prot[TLS_HW][TLS_SW] = prot[TLS_BASE][TLS_SW]; TLS_HW 751 net/tls/tls_main.c prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg; TLS_HW 752 net/tls/tls_main.c prot[TLS_HW][TLS_SW].sendpage = tls_device_sendpage; TLS_HW 754 net/tls/tls_main.c prot[TLS_BASE][TLS_HW] = prot[TLS_BASE][TLS_SW]; TLS_HW 756 net/tls/tls_main.c prot[TLS_SW][TLS_HW] = prot[TLS_SW][TLS_SW]; TLS_HW 758 net/tls/tls_main.c prot[TLS_HW][TLS_HW] = prot[TLS_HW][TLS_SW]; TLS_HW 1538 net/tls/tls_sw.c if (tls_ctx->rx_conf == TLS_HW) {