Home
last modified time | relevance | path

Searched refs:passwordLen (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/libvncclient/
Drfbproto.c835 int passwordLen, usernameLen; in HandleARDAuth() local
937 passwordLen = strlen(cred->userCredential.password)+1; in HandleARDAuth()
939 if (passwordLen > sizeof(userpass)/2) in HandleARDAuth()
940 passwordLen = sizeof(userpass)/2; in HandleARDAuth()
946 memcpy(userpass+sizeof(userpass)/2, cred->userCredential.password, passwordLen); in HandleARDAuth()