Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_main.c280 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()
556 conf = TLS_SW; in do_tls_setsockopt_conf()
570 conf = TLS_SW; in do_tls_setsockopt_conf()
645 ops[TLS_SW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE]; in build_proto_ops()
646 ops[TLS_SW ][TLS_BASE].sendpage_locked = tls_sw_sendpage_locked; in build_proto_ops()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dtls.h90 TLS_SW, enumerator
457 case TLS_SW: in tls_user_config()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtls-offload.rst18 * Software crypto mode (``TLS_SW``) - CPU handles the cryptography.
42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``