Home
last modified time | relevance | path

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

/ohos5.0/base/update/packaging_tools/
H A Dcreate_hashdata.py36 HashAlgo = {HashType.SHA256 : hashlib.sha256, variable
72 self.hash_digest_size = HashAlgo[hash_type]().digest_size
121 hash_algo = HashAlgo[self.hash_type]()