Home
last modified time | relevance | path

Searched refs:repr_hex (Results 1 – 6 of 6) sorted by relevance

/external/scapy/scapy/layers/tls/
Dsession.py19 from scapy.utils import repr_hex, strxor
121 repr_hex(secret))
535 log_runtime.debug("TLS: master secret: %s", repr_hex(ms))
563 log_runtime.debug("TLS: master secret: %s", repr_hex(self.master_secret))
564 log_runtime.debug("TLS: key material: %s", repr_hex(km))
Dautomaton_srv.py23 from scapy.utils import randstring, repr_hex
101 self.vprint("Master secret : %s" % repr_hex(ms))
120 s += "Master secret : %s\n" % repr_hex(ms)
Dhandshake.py20 from scapy.utils import repr_hex
123 return repr_hex(self.i2h(pkt,x))
Dautomaton_cli.py122 self.vprint("Master secret : %s" % repr_hex(ms))
/external/scapy/scapy/
Dutils.py174 def repr_hex(s): function
/external/scapy/test/
Dregression.uts282 = Test repr_hex function
283 repr_hex("scapy") == "7363617079"