Home
last modified time | relevance | path

Searched refs:MSG_NEWKEYS (Results 1 – 15 of 15) sorted by relevance

/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Dcommon.py33 (MSG_KEXINIT, MSG_NEWKEYS) = range(20, 22)
72 cMSG_NEWKEYS = byte_chr(MSG_NEWKEYS)
112 MSG_NEWKEYS: "newkeys",
H A Dtransport.py57 MSG_NEWKEYS,
2577 self._expect_packet(MSG_NEWKEYS)
2858 MSG_NEWKEYS: _parse_newkeys,
/dports/security/py-ssh/ssh-1.8.0/ssh/
H A Dcommon.py25 MSG_KEXINIT, MSG_NEWKEYS = range(20, 22) variable
46 MSG_NEWKEYS: 'newkeys',
H A Dtransport.py1863 m.add_byte(chr(MSG_NEWKEYS))
1889 self._expect_packet(MSG_NEWKEYS)
2129 MSG_NEWKEYS: _parse_newkeys,
/dports/security/py-ssh-audit/ssh-audit-2.5.0/src/ssh_audit/
H A Dprotocol.py30 MSG_NEWKEYS = 21 variable in Protocol
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dconstants.py39 MSG_NEWKEYS = 21 variable
H A Dconnection.py65 from .constants import MSG_KEXINIT, MSG_NEWKEYS, MSG_KEX_FIRST, MSG_KEX_LAST
1496 self.send_packet(MSG_NEWKEYS)
2213 MSG_NEWKEYS: _process_newkeys,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/paramiko/paramiko/
H A Dcommon.pyi11 MSG_NEWKEYS: int
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/test/
H A Dtest_transport.py1641 (transport.MSG_NEWKEYS, b""),
1700 self.assertEqual(self.packets[-1], (transport.MSG_NEWKEYS, b""))
1719 self.assertEqual(self.packets[-2], (transport.MSG_NEWKEYS, b""))
1730 self.assertEqual(self.packets[-1], (transport.MSG_NEWKEYS, b""))
1742 self.assertEqual(self.packets[-1], (transport.MSG_NEWKEYS, b""))
1896 (transport.MSG_NEWKEYS, b""),
2006 (transport.MSG_NEWKEYS, b""),
2227 self.assertEqual(self.packets[-1], (transport.MSG_NEWKEYS, b""))
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/test/
H A Dtest_transport.py1334 (transport.MSG_NEWKEYS, '')])
1447 (transport.MSG_NEWKEYS, '')])
1459 self.assertEqual(self.packets[-1], (transport.MSG_NEWKEYS, ''))
1720 self.assertEqual(self.packets[-1], (transport.MSG_NEWKEYS, ''))
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ssh/
H A Dtransport.py757 self.sendPacket(MSG_NEWKEYS, '')
1602 MSG_NEWKEYS = 21 variable
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ssh/
H A Dtransport.py1211 self.sendPacket(MSG_NEWKEYS, b"")
2184 MSG_NEWKEYS = 21 variable
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_connection.py36 from asyncssh.constants import MSG_KEXINIT, MSG_NEWKEYS
1275 conn.send_packet(MSG_NEWKEYS)
/dports/security/py-asyncssh/asyncssh-2.8.1/docs/
H A Dchanges.rst753 between MSG_NEWKEYS and MSG_EXT_INFO, which caused some SSH
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api8331 twisted.conch.ssh.transport.MSG_NEWKEYS?7