HomeSort by relevance Sort by last modified time
    Searched refs:strxor (Results 1 - 9 of 9) sorted by null

  /external/scapy/scapy/layers/tls/crypto/
prf.py 12 from scapy.utils import strxor
141 return strxor(a1, a2)
cipher_aead.py 21 from scapy.utils import strxor
299 return strxor(padded_seq_num, self.fixed_iv)
cipher_block.py 12 from scapy.utils import strxor
pkcs1.py 26 from scapy.utils import randstring, zerofree_randstring, strxor, strand
  /external/scapy/scapy/
utils6.py 492 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))
utils.py 380 def strxor(s1, s2): function
    [all...]
  /external/scapy/scapy/layers/tls/
session.py 19 from scapy.utils import repr_hex, strxor
772 return strxor(s1, s2)
    [all...]
  /external/scapy/scapy/layers/
inet6.py 72 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()
    [all...]
inet.py 418 return (strxor(inet_aton(self.src), inet_aton(self.dst))
    [all...]

Completed in 791 milliseconds