Lines Matching full:hash
35 if key == 'hash' and re.match('[0-9a-f]+', value):
36 return 'HASH'
41 return re.sub(p, r"\1 '\2:HASH'", qmsg)
155 'mode': 'hash',
157 'hash': md5_keys[key],
180 'mode': 'hash',
182 'hash': 'wrong',
195 'mode': 'hash',
197 'hash': md5_keys[matching_key],
217 'mode': 'hash',
219 'hash': 'wrong',
231 'mode': 'hash',
233 'hash': sha1_keys[matching_key],
253 'mode': 'hash',
255 'hash': 'wrong',
267 'mode': 'hash',
269 'hash': sha256_keys[matching_key],