Home | History | Annotate | Download | only in libvncclient

Lines Matching defs:authScheme

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