OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_tmp
(Results
1 - 1
of
1
) sorted by null
/external/libvncserver/libvncserver/
main.c
738
uint8_t
auth_tmp
[CHALLENGESIZE];
local
739
memcpy((char *)
auth_tmp
, (char *)cl->authChallenge, CHALLENGESIZE);
740
rfbEncryptBytes(
auth_tmp
, *passwds);
742
if (memcmp(
auth_tmp
, response, len) == 0) {
Completed in 176 milliseconds