Searched refs:mEncryptionRunner (Results 1 – 3 of 3) sorted by relevance
90 private final EncryptionRunner mEncryptionRunner; field in SecureBleChannel113 mEncryptionRunner = encryptionRunner; in SecureBleChannel()114 mEncryptionRunner.setIsReconnect(isReconnect); in SecureBleChannel()139 HandshakeMessage handshakeMessage = mEncryptionRunner.respondToInitRequest(message); in processHandshakeUnknown()161 HandshakeMessage handshakeMessage = mEncryptionRunner.continueHandshake(message); in processHandshakeInProgress()209 HandshakeMessage handshakeMessage = mEncryptionRunner.authenticateReconnection(message, in processHandshakeResumingSession()296 message = mEncryptionRunner.verifyPin(); in notifyOutOfBandAccepted()
140 private EncryptionRunner mEncryptionRunner = EncryptionRunnerFactory.newRunner(); field in CarTrustAgentUnlockService377 mHandshakeMessage = mEncryptionRunner.respondToInitRequest(message); in processKeyExchangeHandshakeMessage()391 mHandshakeMessage = mEncryptionRunner.continueHandshake(message); in processKeyExchangeHandshakeMessage()436 handshakeMessage = mEncryptionRunner.verifyPin(); in showVerificationCode()555 mEncryptionRunner = EncryptionRunnerFactory.newRunner(); in resetEncryptionState()
115 private EncryptionRunner mEncryptionRunner = EncryptionRunnerFactory.newRunner(); field in CarTrustAgentEnrollmentService157 mEncryptionRunner = dummyEncryptionRunner; in setEncryptionRunner()710 mHandshakeMessage = mEncryptionRunner.respondToInitRequest(message); in processInitEncryptionMessage()724 mHandshakeMessage = mEncryptionRunner.continueHandshake(message); in processInitEncryptionMessage()797 mEncryptionRunner = EncryptionRunnerFactory.newRunner(); in resetEncryptionState()805 if (mEncryptionRunner == null) { in setEnrollmentHandshakeAccepted()812 message = mEncryptionRunner.verifyPin(); in setEnrollmentHandshakeAccepted()