Searched refs:spoofDH (Results 1 – 1 of 1) sorted by relevance
859 SpoofDataHeader *spoofDH = (SpoofDataHeader *)inBytes; in uspoof_swap() local860 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC || in uspoof_swap()861 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader)) in uspoof_swap()871 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength); in uspoof_swap()909 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()910 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap()914 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()915 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap()919 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()920 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()[all …]