Searched refs:TLS_SW (Results 1 – 3 of 3) sorted by relevance
278 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()288 if (ctx->rx_conf == TLS_SW) { in tls_sk_proto_cleanup()304 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()321 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()323 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in tls_sk_proto_close()325 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_close()554 conf = TLS_SW; in do_tls_setsockopt_conf()568 conf = TLS_SW; in do_tls_setsockopt_conf()674 prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos()675 prot[TLS_SW][TLS_BASE].sendmsg = tls_sw_sendmsg; in build_protos()[all …]
89 TLS_SW, enumerator437 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``