Home
last modified time | relevance | path

Searched refs:hash_value (Results 1 – 3 of 3) sorted by relevance

/build/scripts/util/
Dzip_and_md5.py30 hash_value = ''
39 hash_value = sha256obj.hexdigest()
42 return hash_value
45 def _write_signature_file(signature_file, hash_value): argument
48 file_utils.write_file(signature_file, hash_value)
80 hash_value = _gen_signature(args.output_zipfile)
81 _update_signature(args.signature_file, hash_value)
Dfile_utils.py88 hash_value = sha256_obj.hexdigest()
93 if hash_value_new == hash_value:
/build/scripts/
Dinterface_mgr.py26 hash_value = None
36 hash_value = sha256obj.hexdigest()
40 return str(hash_value)