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