Searched refs:handshakeMessage (Results 1 – 3 of 3) sorted by relevance
139 HandshakeMessage handshakeMessage = mEncryptionRunner.respondToInitRequest(message); in processHandshakeUnknown() local140 mState = handshakeMessage.getHandshakeState(); in processHandshakeUnknown()141 sendHandshakeMessage(handshakeMessage.getNextMessage()); in processHandshakeUnknown()161 HandshakeMessage handshakeMessage = mEncryptionRunner.continueHandshake(message); in processHandshakeInProgress() local162 mState = handshakeMessage.getHandshakeState(); in processHandshakeInProgress()179 String code = handshakeMessage.getVerificationCode(); in processHandshakeInProgress()209 HandshakeMessage handshakeMessage = mEncryptionRunner.authenticateReconnection(message, in processHandshakeResumingSession() local211 mState = handshakeMessage.getHandshakeState(); in processHandshakeResumingSession()218 Key newKey = handshakeMessage.getKey(); in processHandshakeResumingSession()228 sendServerAuthToClient(handshakeMessage.getNextMessage()); in processHandshakeResumingSession()
432 HandshakeMessage handshakeMessage; in showVerificationCode() local436 handshakeMessage = mEncryptionRunner.verifyPin(); in showVerificationCode()443 if (handshakeMessage.getHandshakeState() != HandshakeMessage.HandshakeState.FINISHED) { in showVerificationCode()445 + handshakeMessage.getHandshakeState()); in showVerificationCode()451 mEncryptionKey = handshakeMessage.getKey(); in showVerificationCode()
144 HandshakeMessage handshakeMessage = verifyPin(); in continueHandshake() local146 .setHandshakeState(handshakeMessage.getHandshakeState()) in continueHandshake()