Lines Matching refs:authScheme
369 uint32_t authScheme; in ReadVeNCryptSecurityType() local
386 authScheme=0; in ReadVeNCryptSecurityType()
402 authScheme=t; in ReadVeNCryptSecurityType()
403 … rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count); in ReadVeNCryptSecurityType()
409 if (authScheme==0) in ReadVeNCryptSecurityType()
422 *result = authScheme; in ReadVeNCryptSecurityType()
442 uint32_t authScheme; in HandleVeNCryptAuth() local
475 if (!ReadVeNCryptSecurityType(client, &authScheme)) return FALSE; in HandleVeNCryptAuth()
478 rfbClientLog("Server refused VeNCrypt authentication %d (%d).\n", authScheme, (int)status); in HandleVeNCryptAuth()
481 client->subAuthScheme = authScheme; in HandleVeNCryptAuth()
484 switch (authScheme) in HandleVeNCryptAuth()