Searched refs:rh_xor (Results 1 – 3 of 3) sorted by relevance
79 rh->rh_xor = le32dec(r + 4); /* Retrieve the "XOR mask" */ in libpe_parse_rich_header()87 x = le32dec(p) ^ rh->rh_xor; in libpe_parse_rich_header()121 rh->rh_compid[i] = le32dec(p) ^ rh->rh_xor; in libpe_parse_rich_header()122 rh->rh_cnt[i] = le32dec(p + 4) ^ rh->rh_xor; in libpe_parse_rich_header()
103 if (cksum == rh->rh_xor) in pe_rich_header_validate()
65 uint32_t rh_xor; member