Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java146 private D2DConnectionContext mPrevContext; field in CarTrustAgentUnlockService
234 mPrevContext = null; in release()
466 mPrevContext = D2DConnectionContext.fromSavedSession(oldSessionKeyBytes); in showVerificationCode()
467 if (mPrevContext == null) { in showVerificationCode()
478 byte[] resumeBytes = computeMAC(mPrevContext, mCurrentContext, SERVER); in sendServerAuthToClient()
508 computeMAC(mPrevContext, mCurrentContext, CLIENT)); in authenticateClient()
563 if (mPrevContext != null) { in resetEncryptionState()
564 mPrevContext = null; in resetEncryptionState()