Lines Matching full:handshake

140 	/** Information whether TLS handshake is currently in progress. */
158 /** Information whether TLS handshake is complete or not. */
202 /* DTLS handshake timeout */
1177 * even on handshake timeout in tls_mbedtls_reset()
1254 NET_ERR("TLS handshake timeout"); in tls_mbedtls_handshake()
1263 NET_ERR("TLS handshake error: -0x%x", -ret); in tls_mbedtls_handshake()
1825 /* Handshake is not complete */ in tls_opt_dtls_connection_id_status_get()
2182 /* Do not use any socket flags during the handshake. */ in ztls_connect_ctx()
2187 /* TODO For simplicity, TLS handshake blocks the socket in ztls_connect_ctx()
2246 /* Do not use any socket flags during the handshake. */ in ztls_accept_ctx()
2249 /* TODO For simplicity, TLS handshake blocks the socket even for in ztls_accept_ctx()
2392 /* TODO For simplicity, TLS handshake blocks the socket even for in sendto_dtls_client()
2394 * DTLS handshake timeout/retransmissions are limited by in sendto_dtls_client()
3005 /* DTLS client should wait for the handshake to complete before in ztls_poll_prepare_ctx()
3226 /* Check if the socket was waiting for the handshake to complete. */ in ztls_poll_update_ctx()
3229 /* In case handshake is complete, reconfigure the k_poll_event in ztls_poll_update_ctx()
3248 /* Handshake still not ready - skip ZSOCK_POLLIN verification in ztls_poll_update_ctx()
3284 /* DTLS client should wait for the handshake to complete before it in poll_offload_dtls_client_retry()
3294 * with handshake. in poll_offload_dtls_client_retry()
3304 /* Handshake didn't start yet - just drop the incoming data - in poll_offload_dtls_client_retry()
3305 * it's the client who should initiate the handshake. in poll_offload_dtls_client_retry()
3317 /* Handshake complete, just proceed. */ in poll_offload_dtls_client_retry()