OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encryptedpasswd
(Results
1 - 1
of
1
) sorted by null
/external/libvncserver/common/
vncauth.c
77
unsigned char
encryptedPasswd
[8];
90
encryptedPasswd
[i] = passwd[i];
92
encryptedPasswd
[i] = 0;
100
rfbDes(
encryptedPasswd
,
encryptedPasswd
);
103
putc(
encryptedPasswd
[i], fp);
Completed in 49 milliseconds