Searched refs:UnhashedControlBlockRange (Results 1 – 2 of 2) sorted by relevance
132 std::pair<uint64_t, uint64_t> UnhashedControlBlockRange; variable
1134 Hasher.update(AllBytes.slice(0, UnhashedControlBlockRange.first)); in createSignature()1137 AllBytes.slice(UnhashedControlBlockRange.second, ASTBlockRange.first)); in createSignature()1175 UnhashedControlBlockRange.first = Stream.GetCurrentBitNo() >> 3; in writeUnhashedControlBlock()1282 UnhashedControlBlockRange.second = Stream.GetCurrentBitNo() >> 3; in writeUnhashedControlBlock()