Home | History | Annotate | Download | only in test

Lines Matching refs:hexify

40 testing. Using util.hexify, etc. that are not related to protocol processing
325 'Sec-WebSocket-Key: %s (%s)', key, util.hexify(original_key))
408 accept, util.hexify(decoded_accept))
416 util.hexify(original_expected_accept))
540 'Key3: %r (%s)', self._key3, util.hexify(self._key3))
633 'Challenge: %r (%s)', challenge, util.hexify(challenge))
640 expected, util.hexify(expected))
646 'Actual challenge response: %r (%s)', reply, util.hexify(reply))