TLS_SW 437 include/net/tls.h case TLS_SW: TLS_SW 277 net/tls/tls_main.c if (ctx->tx_conf == TLS_SW) { TLS_SW 285 net/tls/tls_main.c if (ctx->rx_conf == TLS_SW) TLS_SW 298 net/tls/tls_main.c if (ctx->tx_conf == TLS_SW) TLS_SW 315 net/tls/tls_main.c if (ctx->tx_conf == TLS_SW) TLS_SW 317 net/tls/tls_main.c if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) TLS_SW 319 net/tls/tls_main.c if (ctx->rx_conf == TLS_SW) TLS_SW 533 net/tls/tls_main.c conf = TLS_SW; TLS_SW 542 net/tls/tls_main.c conf = TLS_SW; TLS_SW 731 net/tls/tls_main.c prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; TLS_SW 732 net/tls/tls_main.c prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg; TLS_SW 733 net/tls/tls_main.c prot[TLS_SW][TLS_BASE].sendpage = tls_sw_sendpage; TLS_SW 735 net/tls/tls_main.c prot[TLS_BASE][TLS_SW] = prot[TLS_BASE][TLS_BASE]; TLS_SW 736 net/tls/tls_main.c prot[TLS_BASE][TLS_SW].recvmsg = tls_sw_recvmsg; TLS_SW 737 net/tls/tls_main.c prot[TLS_BASE][TLS_SW].stream_memory_read = tls_sw_stream_read; TLS_SW 738 net/tls/tls_main.c prot[TLS_BASE][TLS_SW].close = tls_sk_proto_close; TLS_SW 740 net/tls/tls_main.c prot[TLS_SW][TLS_SW] = prot[TLS_SW][TLS_BASE]; TLS_SW 741 net/tls/tls_main.c prot[TLS_SW][TLS_SW].recvmsg = tls_sw_recvmsg; TLS_SW 742 net/tls/tls_main.c prot[TLS_SW][TLS_SW].stream_memory_read = tls_sw_stream_read; TLS_SW 743 net/tls/tls_main.c prot[TLS_SW][TLS_SW].close = tls_sk_proto_close; TLS_SW 750 net/tls/tls_main.c prot[TLS_HW][TLS_SW] = prot[TLS_BASE][TLS_SW]; TLS_SW 751 net/tls/tls_main.c prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg; TLS_SW 752 net/tls/tls_main.c prot[TLS_HW][TLS_SW].sendpage = tls_device_sendpage; TLS_SW 754 net/tls/tls_main.c prot[TLS_BASE][TLS_HW] = prot[TLS_BASE][TLS_SW]; TLS_SW 756 net/tls/tls_main.c prot[TLS_SW][TLS_HW] = prot[TLS_SW][TLS_SW]; TLS_SW 758 net/tls/tls_main.c prot[TLS_HW][TLS_HW] = prot[TLS_HW][TLS_SW];