Searched refs:auth_tmp (Results 1 – 1 of 1) sorted by relevance
738 uint8_t auth_tmp[CHALLENGESIZE]; in rfbCheckPasswordByList() local739 memcpy((char *)auth_tmp, (char *)cl->authChallenge, CHALLENGESIZE); in rfbCheckPasswordByList()740 rfbEncryptBytes(auth_tmp, *passwds); in rfbCheckPasswordByList()742 if (memcmp(auth_tmp, response, len) == 0) { in rfbCheckPasswordByList()