Searched refs:TLS_SW (Results 1 – 3 of 3) sorted by relevance
299 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()309 if (ctx->rx_conf == TLS_SW) { in tls_sk_proto_cleanup()325 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()342 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()344 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in tls_sk_proto_close()346 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_close()619 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in do_tls_getsockopt_no_pad()780 conf = TLS_SW; in do_tls_setsockopt_conf()794 conf = TLS_SW; in do_tls_setsockopt_conf()861 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) { in do_tls_setsockopt_no_pad()[all …]
93 TLS_SW, enumerator
18 * Software crypto mode (``TLS_SW``) - CPU handles the cryptography.42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``