Lines Matching refs:authScheme
570 uint32_t authScheme; in ReadSupportedSecurityType() local
582 authScheme=0; in ReadSupportedSecurityType()
604 authScheme=tAuth[loop]; in ReadSupportedSecurityType()
612 authScheme=tAuth[loop]; in ReadSupportedSecurityType()
616 … rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count); in ReadSupportedSecurityType()
622 if (authScheme==0) in ReadSupportedSecurityType()
635 *result = authScheme; in ReadSupportedSecurityType()
1063 uint32_t authScheme; in InitialiseRFBConnection() local
1132 if (!ReadSupportedSecurityType(client, &authScheme, FALSE)) return FALSE; in InitialiseRFBConnection()
1136 if (!ReadFromRFBServer(client, (char *)&authScheme, 4)) return FALSE; in InitialiseRFBConnection()
1137 authScheme = rfbClientSwap32IfLE(authScheme); in InitialiseRFBConnection()
1140 rfbClientLog("Selected Security Scheme %d\n", authScheme); in InitialiseRFBConnection()
1141 client->authScheme = authScheme; in InitialiseRFBConnection()
1143 switch (authScheme) { in InitialiseRFBConnection()
1239 (int)authScheme); in InitialiseRFBConnection()