Lines Matching defs:chksum
228 characters except for the chksum field which is treated as if
230 some tars (Sun and NeXT) calculate chksum with signed char,
855 chksum = 'Header checksum.',
885 self.chksum = 0 # header checksum
962 "chksum": self.chksum,
1138 chksum = calc_chksums(buf[-BLOCKSIZE:])[0]
1139 buf = buf[:-364] + bytes("%06o\0" % chksum, "ascii") + buf[-357:]
1231 chksum = nti(buf[148:156])
1232 if chksum not in calc_chksums(buf):
1242 obj.chksum = chksum