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