Home
last modified time | relevance | path

Searched refs:strxor (Results 1 – 9 of 9) sorted by relevance

/external/scapy/scapy/layers/tls/crypto/
Dprf.py12 from scapy.utils import strxor
141 return strxor(a1, a2)
Dcipher_aead.py21 from scapy.utils import strxor
299 return strxor(padded_seq_num, self.fixed_iv)
Dcipher_block.py12 from scapy.utils import strxor
Dpkcs1.py26 from scapy.utils import randstring, zerofree_randstring, strxor, strand
/external/scapy/scapy/
Dutils6.py492 mappedport = struct.unpack("!H",strxor(addr[10:12],b'\xff'*2))[0]
493 mappedaddr = inet_ntop(socket.AF_INET, strxor(addr[12:16],b'\xff'*4))
Dutils.py380 def strxor(s1, s2): function
/external/scapy/scapy/layers/tls/
Dsession.py19 from scapy.utils import repr_hex, strxor
772 return strxor(s1, s2)
/external/scapy/scapy/layers/
Dinet6.py72 from scapy.utils import checksum, inet_pton, inet_ntop, strxor
466 sd = strxor(sd, a)
495 return strxor(sd, ss) + struct.pack("B", nh) + self.payload.hashret()
Dinet.py418 return (strxor(inet_aton(self.src), inet_aton(self.dst))