Searched refs:mEncryptionRunner (Results 1 – 2 of 2) sorted by relevance
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()
112 private EncryptionRunner mEncryptionRunner = EncryptionRunnerFactory.newRunner(); field in CarTrustAgentEnrollmentService154 mEncryptionRunner = dummyEncryptionRunner; in setEncryptionRunner()685 mHandshakeMessage = mEncryptionRunner.respondToInitRequest(message); in processInitEncryptionMessage()699 mHandshakeMessage = mEncryptionRunner.continueHandshake(message); in processInitEncryptionMessage()772 mEncryptionRunner = EncryptionRunnerFactory.newRunner(); in resetEncryptionState()780 if (mEncryptionRunner == null) { in setEnrollmentHandshakeAccepted()787 message = mEncryptionRunner.verifyPin(); in setEnrollmentHandshakeAccepted()