Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DPinStorage.java145 private SecretKey mLongTermSecretKey; field in PinStorage
204 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()