Searched refs:TLS_SW (Results 1 – 3 of 3) sorted by relevance
286 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()294 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_cleanup()307 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()324 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()326 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in tls_sk_proto_close()328 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_close()542 conf = TLS_SW; in do_tls_setsockopt_conf()551 conf = TLS_SW; in do_tls_setsockopt_conf()740 prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos()741 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg; in build_protos()[all …]
111 TLS_SW, enumerator434 case TLS_SW: in tls_user_config()
18 * Software crypto mode (``TLS_SW``) - CPU handles the cryptography.42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``