HomeSort by relevance Sort by last modified time
    Searched refs:local_hashes (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
key.py 135 self.local_hashes = {}
168 if 'md5' in self.local_hashes and self.local_hashes['md5']:
169 return binascii.b2a_hex(self.local_hashes['md5'])
173 self.local_hashes['md5'] = binascii.a2b_hex(value)
174 elif 'md5' in self.local_hashes:
175 self.local_hashes.pop('md5', None)
180 if 'md5' in self.local_hashes and self.local_hashes['md5']:
181 md5 = self.local_hashes['md5'
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
resumable_upload_handler.py 656 key.local_hashes[alg] = self.digesters[alg].digest()
key.py 644 self.local_hashes = {}
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py 766 local_hashes = digests
774 for alg in local_hashes:
778 local_b64_digest = local_hashes[alg]
    [all...]
boto_translation.py 495 hashes only by way of key.local_hashes. To propagate the digest back
508 not ((getattr(key, 'local_hashes', None) and
509 alg_name in key.local_hashes))):
519 digesters[alg_name] = HashToDigester(key.local_hashes[alg_name])
    [all...]

Completed in 667 milliseconds