Home
last modified time | relevance | path

Searched refs:connection_end (Results 1 – 5 of 5) sorted by relevance

/external/scapy/scapy/layers/tls/
Dsession.py67 connection_end="server", argument
81 self.connection_end = connection_end
118 self.connection_end,
139 if ((self.connection_end == "client" and self.row == "read") or
140 (self.connection_end == "server" and self.row == "write")):
169 self.connection_end,
205 self.connection_end,
229 if ((self.connection_end == "client" and self.row == "read") or
230 (self.connection_end == "server" and self.row == "write")):
255 snap = connState(connection_end=self.connection_end,
[all …]
Dhandshake.py383 connection_end = self.tls_session.connection_end
386 connection_end=connection_end,
390 connection_end=connection_end,
429 connection_end = s.connection_end
431 connection_end=connection_end,
435 connection_end=connection_end,
617 connection_end = self.tls_session.connection_end
618 if connection_end == "client":
651 connection_end = self.tls_session.connection_end
652 if connection_end == "client":
[all …]
Dhandshake_sslv2.py356 connection_end = s.connection_end
359 connection_end=connection_end,
364 connection_end=connection_end,
Dautomaton_srv.py173 self.cur_session = tlsSession(connection_end="server")
Dautomaton_cli.py135 self.cur_session = tlsSession(connection_end="client")