Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java117 private SecretKeySpec mSharedSecretKey; field in FastPairGattServer
576 mSharedSecretKey = key; in setSharedSecretKey()
581 if (mSharedSecretKey == null) { in setSharedSecretKeyLifespan()
597 mSharedSecretKey = null; in clearSharedSecretKey()
608 return mSharedSecretKey != null; in isFastPairSessionActive()
860 byte[] decryptedRequest = decrypt(pairingKey, mSharedSecretKey); in processPairingKey()
945 byte[] response = encrypt(decryptedResponse, mSharedSecretKey); in sendPairingResponse()
968 byte[] decodedAccountKey = decrypt(accountKey, mSharedSecretKey); in processAccountKey()