Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dtls-offload.rst24 * Packet-based NIC offload mode (``TLS_HW``) - the NIC handles crypto
46 In ``TLS_HW`` mode the encryption is not performed in the TLS ULP.
200 added to the device table and are in TLS_HW mode. For example,
/linux/net/tls/
H A Dtls_sw.c1686 if (tls_ctx->rx_conf != TLS_HW) in tls_decrypt_device()