Lines Matching full:dtls
86 /** Timer context for DTLS. */
143 /** Session ended at the TLS/DTLS level. */
155 /* Indicates whether socket is in error state at TLS/DTLS level. */
184 /** DTLS role, client by default. */
202 /* DTLS handshake timeout */
213 /** Context information for DTLS timing. */
216 /** mbedTLS cookie context for DTLS */
219 /** DTLS peer address. */
222 /** DTLS peer address length. */
891 /* Only allow to store peer address for DTLS servers. */ in dtls_rx()
1330 /* DTLS requires timer callbacks to operate */ in tls_mbedtls_init()
1351 /* Configure cookie for DTLS server */ in tls_mbedtls_init()
2394 * DTLS handshake timeout/retransmissions are limited by in sendto_dtls_client()
2422 /* For DTLS server, require to have established DTLS connection in sendto_dtls_server()
2453 /* DTLS */ in ztls_sendto_ctx()
2821 NET_ERR("DTLS client recv error: -%x", -ret); in recvfrom_dtls_client()
2865 /* Loop to enable DTLS reconnection for servers without closing in recvfrom_dtls_server()
2924 NET_ERR("DTLS server recv error: -%x", -ret); in recvfrom_dtls_server()
2965 /* DTLS */ in ztls_recvfrom_ctx()
3005 /* DTLS client should wait for the handshake to complete before in ztls_poll_prepare_ctx()
3134 /* DTLS timeout interpreted as closing of connection. */ in ztls_socket_data_check()
3169 /* Perform data check without incoming data for completed DTLS connections. in ztls_poll_update_pollin()
3284 /* DTLS client should wait for the handshake to complete before it in poll_offload_dtls_client_retry()