Home
last modified time | relevance | path

Searched refs:MSG_USERAUTH_LAST (Results 1 – 2 of 2) sorted by relevance

/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dconstants.py50 MSG_USERAUTH_LAST = 79 variable
H A Dconnection.py68 from .constants import MSG_USERAUTH_FIRST, MSG_USERAUTH_LAST
1273 MSG_USERAUTH_FIRST <= pkttype <= MSG_USERAUTH_LAST):
1275 elif pkttype > MSG_USERAUTH_LAST and not self._auth_complete:
1324 (pkttype > MSG_USERAUTH_LAST and not self._auth_complete)):