Lines Matching defs:HASH_ALGS
152 HASH_ALGS = {"hash": hashlib.sha1}
155 HASH_ALGS = {
169 HASH_ALGS["pkg.hash.sha512t_256"] = pkg.sha512_t.SHA512_t
170 HASH_ALGS["file:sha512t_256"] = pkg.sha512_t.SHA512_t
171 HASH_ALGS["gzip:sha512t_256"] = pkg.sha512_t.SHA512_t
177 for key in HASH_ALGS:
178 CHASH_ALGS[key.replace("hash", "chash")] = HASH_ALGS[key]
182 for key in HASH_ALGS:
183 CHAIN_ALGS[key.replace("hash", "chain")] = HASH_ALGS[key]
187 for key in HASH_ALGS:
188 CHAIN_CHASH_ALGS[key.replace("hash", "chain.chashes")] = HASH_ALGS[key]
210 hash_dic = HASH_ALGS