Searched refs:SECUREVNC_KEY_SIZE (Results 1 – 1 of 1) sorted by relevance
312 #define SECUREVNC_KEY_SIZE 16 macro1355 initkey = (unsigned char *) calloc(SECUREVNC_KEY_SIZE, 1); in securevnc_setup()1400 SECUREVNC_KEY_SIZE, SECUREVNC_RAND_KEY_SOURCE); in securevnc_setup()1419 n = RSA_public_encrypt(SECUREVNC_KEY_SIZE, keystr, encrypted_keybuf, rsa, RSA_PKCS1_PADDING); in securevnc_setup()1466 EVP_DigestUpdate(&dctx, keystr, SECUREVNC_KEY_SIZE); in securevnc_setup()