Searched refs:mLongTermSecretKey (Results 1 – 1 of 1) sorted by relevance
145 private SecretKey mLongTermSecretKey; field in PinStorage204 mLongTermSecretKey = initializeSecretKey(alias, /*createIfAbsent=*/ true); in PinStorage()392 mLongTermSecretKey = in onUserUnlocked()663 result = decryptStoredPin(mRamStorage.get(slotId), mLongTermSecretKey); in loadPinInformation()670 slotId, SHARED_PREFS_AVAILABLE_PIN_BASE_KEY, mLongTermSecretKey); in loadPinInformation()777 SHARED_PREFS_AVAILABLE_PIN_BASE_KEY, mLongTermSecretKey); in savePinInformation()834 byte[] encryptedPin = encrypt(mLongTermSecretKey, StoredPin.toByteArray(storedPin)); in savePinInformationToRam()1213 pw.println(" isLongTermSecretKey=" + (boolean) (mLongTermSecretKey != null)); in dump()