Home | History | Annotate | Download | only in gslib

Lines Matching refs:digesters

346   Calls to read will appropriately update digesters with all bytes read.
348 os.SEEK_SET will catch up / reset the digesters to the specified
357 def __init__(self, stream, digesters, hash_algs, src_url, logger):
362 digesters: dict of {string: hash digester} containing digesters, where
365 recalculating digesters. String is the name of the hash algorithm.
369 if not digesters:
370 raise CommandException('HashingFileUploadWrapper used with no digesters.')
375 self._digesters = digesters
441 # reset the digesters and scan from the beginning.