Home | History | Annotate | Download | only in gslib

Lines Matching refs:local_hashes

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])