Home
last modified time | relevance | path

Searched refs:digest_index (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/2ping/2ping-4.5.1/twoping/
H A Dpackets.py318 self.digest_index = None
330 if self.digest_index is not None:
332 self.digest_map[self.digest_index][2], self.hash.hex()
337 self.digest_index = nunpack(data[0:2])
341 if self.digest_index is not None:
342 (hasher, size, hasher_name) = self.digest_map[self.digest_index]
343 return npack(self.digest_index, 2) + bytes(size)
648 (hasher, size, hasher_name) = opcode.digest_map[opcode.digest_index]
H A Dcli.py348 packet_in.opcodes[packets.OpcodeHMAC.id].digest_index
358 got=packet_in.opcodes[packets.OpcodeHMAC.id].digest_index,
1434 ].digest_index = self.args.auth_digest_index
/dports/emulators/hugo/hugo-2.12/
H A Dnetplay.c985 int digest_index; in send_individual_internet_digest_packet() local
1053 for (digest_index = 0, frame_number = frame_number_start; in send_individual_internet_digest_packet()
1054 digest_index < number_digest; digest_index++, frame_number++) in send_individual_internet_digest_packet()
1058 digest_index * DIGEST_SIZE, in send_individual_internet_digest_packet()