Lines Matching refs:rfbClientLog
151 rfbClientLog("Failed to initialized OpenSSL: memory.\n"); in InitializeTLS()
167 rfbClientLog("OpenSSL initialized.\n"); in InitializeTLS()
311 rfbClientLog("TLS session initialized.\n"); in InitializeTLSSession()
319 rfbClientLog("TLS anonymous credential created.\n"); in SetTLSAnonCredential()
335 rfbClientLog("TLS handshake blocking.\n"); in HandshakeTLS()
344 rfbClientLog("TLS handshake failed: -.\n"); in HandshakeTLS()
351 rfbClientLog("TLS handshake timeout.\n"); in HandshakeTLS()
356 rfbClientLog("TLS handshake done.\n"); in HandshakeTLS()
375 rfbClientLog("List of security types is ZERO. Giving up.\n"); in ReadVeNCryptSecurityType()
381 rfbClientLog("%d security types are too many; maximum is %d\n", count, sizeof(tAuth)); in ReadVeNCryptSecurityType()
385 rfbClientLog("We have %d security types to read\n", count); in ReadVeNCryptSecurityType()
392 rfbClientLog("%d) Received security type %d\n", loop, t); in ReadVeNCryptSecurityType()
403 … rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count); in ReadVeNCryptSecurityType()
418 rfbClientLog("Unknown VeNCrypt authentication scheme from VNC server: %s\n", in ReadVeNCryptSecurityType()
454 rfbClientLog("Got VeNCrypt version %d.%d from server.\n", (int)major, (int)minor); in HandleVeNCryptAuth()
458 rfbClientLog("Unsupported VeNCrypt version.\n"); in HandleVeNCryptAuth()
471 rfbClientLog("Server refused VeNCrypt version %d.%d.\n", (int)major, (int)minor); in HandleVeNCryptAuth()
478 rfbClientLog("Server refused VeNCrypt authentication %d (%d).\n", authScheme, (int)status); in HandleVeNCryptAuth()
503 rfbClientLog("GetCredential callback is not set.\n"); in HandleVeNCryptAuth()
509 rfbClientLog("Reading credential failed\n"); in HandleVeNCryptAuth()
560 rfbClientLog("Error reading from TLS: -.\n"); in ReadFromTLS()
585 rfbClientLog("Error writing to TLS: -\n"); in WriteToTLS()