Home | History | Annotate | Download | only in virt

Lines Matching full:hash_file

646                     actual_hash = utils.hash_file(iso, 1048576, method="md5")
652 actual_hash = utils.hash_file(iso, method="md5")
658 actual_hash = utils.hash_file(iso, method="sha1")
1263 md5_save1 = utils.hash_file(save1)
1264 md5_save2 = utils.hash_file(save2)