Searched refs:HASH (Results 1 - 3 of 3) sorted by relevance
/pkg/src/modules/ |
H A D | digest.py | 127 HASH = 0 variable 208 if hash_type == HASH: 251 def get_preferred_hash(action, hash_type=HASH, reversed=False): 281 if hash_type == HASH: 288 elif hash_type in (HASH, HASH_GELF, CHASH): 289 # Currently only HASH, HASH_GELF and CHASH support 308 if hash_type == HASH: 333 def get_least_preferred_hash(action, hash_type=HASH): 342 def get_common_preferred_hash(action, old_action, hash_type=HASH, 400 elif hash_type in (HASH, HASH_GEL [all...] |
/pkg/src/modules/actions/ |
H A D | generic.py | 468 hash_type = digest.HASH
|
/pkg/src/modules/client/transport/ |
H A D | transport.py | 2754 hash_type=digest.HASH)
|
Completed in 30 milliseconds