Searched refs:_trans_36 (Results 1 – 2 of 2) sorted by relevance
161 _trans_36 = b"".join(chr(x ^ 0x36) for x in range(256)) variable185 inner.update(password.translate(_trans_36))
174 _trans_36 = bytes((x ^ 0x36) for x in range(256)) variable198 inner.update(password.translate(_trans_36))