Lines Matching refs:rfbClientLog
122 rfbClientLog("Failed to initialized OpenSSL: memory.\n"); in InitializeTLS()
138 rfbClientLog("OpenSSL initialized.\n"); in InitializeTLS()
288 rfbClientLog("TLS session initialized.\n"); in InitializeTLSSession()
296 rfbClientLog("TLS anonymous credential created.\n"); in SetTLSAnonCredential()
312 rfbClientLog("TLS handshake blocking.\n"); in HandshakeTLS()
317 rfbClientLog("TLS handshake failed: -.\n"); in HandshakeTLS()
324 rfbClientLog("TLS handshake timeout.\n"); in HandshakeTLS()
329 rfbClientLog("TLS handshake done.\n"); in HandshakeTLS()
348 rfbClientLog("List of security types is ZERO. Giving up.\n"); in ReadVeNCryptSecurityType()
354 rfbClientLog("%d security types are too many; maximum is %d\n", count, sizeof(tAuth)); in ReadVeNCryptSecurityType()
358 rfbClientLog("We have %d security types to read\n", count); in ReadVeNCryptSecurityType()
365 rfbClientLog("%d) Received security type %d\n", loop, t); in ReadVeNCryptSecurityType()
376 … rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count); in ReadVeNCryptSecurityType()
391 rfbClientLog("Unknown VeNCrypt authentication scheme from VNC server: %s\n", in ReadVeNCryptSecurityType()
428 rfbClientLog("Got VeNCrypt version %d.%d from server.\n", (int)major, (int)minor); in HandleVeNCryptAuth()
432 rfbClientLog("Unsupported VeNCrypt version.\n"); in HandleVeNCryptAuth()
445 rfbClientLog("Server refused VeNCrypt version %d.%d.\n", (int)major, (int)minor); in HandleVeNCryptAuth()
452 rfbClientLog("Server refused VeNCrypt authentication %d (%d).\n", authScheme, (int)status); in HandleVeNCryptAuth()
477 rfbClientLog("GetCredential callback is not set.\n"); in HandleVeNCryptAuth()
483 rfbClientLog("Reading credential failed\n"); in HandleVeNCryptAuth()
534 rfbClientLog("Error reading from TLS: -.\n"); in ReadFromTLS()
559 rfbClientLog("Error writing to TLS: -\n"); in WriteToTLS()