Searched refs:repr_hex (Results 1 – 6 of 6) sorted by relevance
19 from scapy.utils import repr_hex, strxor121 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))
23 from scapy.utils import randstring, repr_hex101 self.vprint("Master secret : %s" % repr_hex(ms))120 s += "Master secret : %s\n" % repr_hex(ms)
20 from scapy.utils import repr_hex123 return repr_hex(self.i2h(pkt,x))
122 self.vprint("Master secret : %s" % repr_hex(ms))
174 def repr_hex(s): function
282 = Test repr_hex function283 repr_hex("scapy") == "7363617079"