Searched refs:keystr (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/x11vnc/ |
D | enc.h | 703 unsigned char *psrc = NULL, *keystr; in enc_xfer() local 744 keystr = E_keystr; in enc_xfer() 747 keystr = D_keystr; in enc_xfer() 845 keydata_len, 1, keystr, NULL); in enc_xfer() 846 EVP_CipherInit_ex(ctx, Cipher, NULL, keystr, NULL, in enc_xfer() 859 keydata_len, 1, keystr, ivec); in enc_xfer() 861 EVP_CipherInit_ex(ctx, Cipher, NULL, keystr, ivec, in enc_xfer() 899 memcpy(keystr, keydata, sz); in enc_xfer() 905 keydata_len, 1, keystr, NULL); in enc_xfer() 917 keydata_len, 1, keystr, ivec); in enc_xfer() [all …]
|
D | unixpw.c | 1671 char keystr[100]; local 1741 rc = snprintf(keystr, 100, "%s", str); 1749 down ? "down":"up ", keysym, keystr); 1958 user[u_cnt++] = keystr[0]; 1965 keystr[0] = (char) keysym; 1967 keystr[1] = '\0'; 1972 if (db && db <= 2) fprintf(stderr, "u_cnt: %d %d/%d ks: 0x%x '%s'\n", u_cnt, x, y, keysym, keystr); 1975 rfbDrawString(pscreen, &default8x16Font, x, y, keystr, white_pixel());
|
D | README | 14925 salt, keydata, len, 1, keystr, NULL); where salt is 14927 shared secret key data. keystr is the resulting session 14928 key. The cipher is then seeded with keystr and uses
|