Searched refs:TLS_SW (Results 1 – 3 of 3) sorted by relevance
280 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()290 if (ctx->rx_conf == TLS_SW) { in tls_sk_proto_cleanup()306 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()323 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()325 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in tls_sk_proto_close()327 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_close()559 conf = TLS_SW; in do_tls_setsockopt_conf()573 conf = TLS_SW; in do_tls_setsockopt_conf()648 ops[TLS_SW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()649 ops[TLS_SW ][TLS_BASE].sendpage_locked = tls_sw_sendpage_locked; in build_proto_ops()[all …]
89 TLS_SW, enumerator443 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``