Lines Matching full:authscheme
216 uint32_t authScheme;
233 authScheme=0;
249 authScheme=t;
250 rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count);
256 if (authScheme==0)
269 *result = authScheme;
355 uint32_t authScheme;
389 if (!ReadVeNCryptSecurityType(client, &authScheme)) return FALSE;
392 rfbClientLog("Server refused VeNCrypt authentication %d (%d).\n", authScheme, (int)status);
395 client->subAuthScheme = authScheme;
398 switch (authScheme)