Home
last modified time | relevance | path

Searched refs:TLS_SW (Results 1 – 2 of 2) sorted by relevance

/linux/net/tls/
H A Dtls_main.c348 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
356 if (ctx->rx_conf == TLS_SW) { in tls_sk_proto_cleanup()
372 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
389 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
391 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in tls_sk_proto_close()
393 if (ctx->rx_conf == TLS_SW) in tls_sk_proto_close()
531 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) in do_tls_getsockopt_no_pad()
731 conf = TLS_SW; in do_tls_setsockopt_conf()
751 conf = TLS_SW; in do_tls_setsockopt_conf()
827 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW) { in do_tls_setsockopt_no_pad()
[all …]
/linux/include/net/
H A Dtls.h86 TLS_SW, enumerator