Searched refs:mSharedSecretKey (Results 1 – 1 of 1) sorted by relevance
117 private SecretKeySpec mSharedSecretKey; field in FastPairGattServer576 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()