Home
last modified time | relevance | path

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

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/auth/
DAuthenticationManager.java51 private boolean isPartialSuccess = false; field in AuthenticationManager
137 return isPartialSuccess; in getPartialSuccess()
171 isPartialSuccess = puf.isPartialSuccess(); in initialize()
270 isPartialSuccess = puf.isPartialSuccess(); in authenticatePublicKey()
325 isPartialSuccess = puf.isPartialSuccess(); in authenticatePassword()
374 isPartialSuccess = puf.isPartialSuccess(); in authenticateInteractive()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
DPacketUserauthFailure.java52 public boolean isPartialSuccess() in isPartialSuccess() method in PacketUserauthFailure