Searched refs:optionalHeaderPos (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtest.cpp209 word32 optionalHeaderPos = coffPos + 24; local
210 word16 optionalHeaderMagic = *(word16 *)(buf+optionalHeaderPos);
216 word32 checksumPos = optionalHeaderPos + 64;
217 word32 certificateTableDirectoryPos = optionalHeaderPos + (optionalHeaderMagic == 0x10b ? 128 : 144);

Completed in 105 milliseconds