Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_main.c264 if ((ctx->tx_conf == TLS_HW_RECORD && ctx->rx_conf == TLS_HW_RECORD) ||
577 ctx->rx_conf = TLS_HW_RECORD;
578 ctx->tx_conf = TLS_HW_RECORD;
658 prot[TLS_HW_RECORD][TLS_HW_RECORD] = *base;
659 prot[TLS_HW_RECORD][TLS_HW_RECORD].hash = tls_hw_hash;
660 prot[TLS_HW_RECORD][TLS_HW_RECORD].unhash = tls_hw_unhash;
661 prot[TLS_HW_RECORD][TLS_HW_RECORD].close = tls_sk_proto_close;
/Linux-v4.19/include/net/
Dtls.h92 TLS_HW_RECORD, enumerator