Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairGattServer.java105 private SecretKeySpec mSharedSecretKey; field in FastPairGattServer
134 mSharedSecretKey = null;
158 mSharedSecretKey = null;
294 mSharedSecretKey = new SecretKeySpec(key, "AES"); in setSharedSecretKey()
306 cipher.init(Cipher.ENCRYPT_MODE, mSharedSecretKey); in encrypt()
318 mSharedSecretKey = null; in encrypt()
329 cipher.init(Cipher.DECRYPT_MODE, mSharedSecretKey); in decrypt()
338 mSharedSecretKey = null; in decrypt()
460 mSharedSecretKey = null; in processKeyBasedPairing()
474 mSharedSecretKey = secretKeySpec; in validatePairingRequest()