Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:checksum

690             return "archive does not have correct MD5 checksum"
693 """Test an archive. It should exist and the MD5 checksum should be correct."""
701 checksum = hashlib.md5(data).hexdigest()
702 return checksum == self._dict['MD5Sum']