n33ed wrote:
Quote: UINT8 packed[REQEXEMSG_LEN]; // about 1 Mb
UINT8 sessEKey[LTKEY_LEN]; // 16 bytes
UINT8 sessHKey[LTKEY_LEN]; // 16 bytes
UINT8 padKey[MAXEXESIZE]; // about 1 Mb
SINT32 err, packedLen = -1;
other vars elided
// ..... call to fractious routine:
err = buildReqExeMsg(packed, sizeof(packed),
sessEKey, sessHKey, ...



