Searched defs:filebuf (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
H A Denc.h1124 unsigned char filebuf[SECUREVNC_RSA_PUBKEY_SIZE]; local
1131 memset(filebuf, 0, sizeof(filebuf));
1147 n = (int) read(fd, filebuf, SECUREVNC_RSA_PUBKEY_SIZE);
1156 if (filebuf[i] != rsabuf[i]) {
1162 char *str2 = rsa_md5_sum(filebuf);

Completed in 167 milliseconds