Searched refs:SyntheticPassword (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordManager.java | 192 @Nullable public SyntheticPassword syntheticPassword; 216 static class SyntheticPassword { class in SyntheticPasswordManager 228 SyntheticPassword(byte version) { in SyntheticPassword() method in SyntheticPasswordManager.SyntheticPassword 306 static SyntheticPassword create() { in create() 307 SyntheticPassword result = new SyntheticPassword(SYNTHETIC_PASSWORD_VERSION_V3); in create() 820 SyntheticPassword newSyntheticPassword(int userId) { in newSyntheticPassword() 822 SyntheticPassword result = SyntheticPassword.create(); in newSyntheticPassword() 831 public void newSidForUser(IGateKeeperService gatekeeper, SyntheticPassword sp, int userId) { in newSidForUser() 865 private boolean loadEscrowData(SyntheticPassword sp, int userId) { in loadEscrowData() 877 private void saveEscrowData(SyntheticPassword sp, int userId) { in saveEscrowData() [all …]
|
D | LockSettingsService.java | 157 import com.android.server.locksettings.SyntheticPasswordManager.SyntheticPassword; 1205 SyntheticPassword sp = result.syntheticPassword; in migrateUserToSpWithBoundKeysLocked() 1504 void initKeystoreSuperKeys(@UserIdInt int userId, SyntheticPassword sp, boolean allowExisting) { in initKeystoreSuperKeys() 1517 private void unlockKeystore(int userId, SyntheticPassword sp) { in unlockKeystore() 1906 SyntheticPassword sp = authResult.syntheticPassword; in setLockCredentialInternal() 2172 private void setCeStorageProtection(@UserIdInt int userId, SyntheticPassword sp) { in setCeStorageProtection() 2199 private void unlockCeStorage(@UserIdInt int userId, SyntheticPassword sp) { in unlockCeStorage() 2518 private @Nullable PasswordMetrics loadPasswordMetrics(SyntheticPassword sp, int userHandle) { in loadPasswordMetrics() 2856 private void onSyntheticPasswordCreated(@UserIdInt int userId, SyntheticPassword sp) { in onSyntheticPasswordCreated() 2860 private void onSyntheticPasswordUnlocked(@UserIdInt int userId, SyntheticPassword sp) { in onSyntheticPasswordUnlocked() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTestable.java | 38 import com.android.server.locksettings.SyntheticPasswordManager.SyntheticPassword; 204 void initKeystoreSuperKeys(int userId, SyntheticPassword sp, boolean allowExisting) { in initKeystoreSuperKeys()
|
D | SyntheticPasswordTests.java | 57 import com.android.server.locksettings.SyntheticPasswordManager.SyntheticPassword; 89 SyntheticPassword sp = manager.newSyntheticPassword(USER_ID); in testNoneLskfBasedProtector() 110 SyntheticPassword sp = manager.newSyntheticPassword(USER_ID); in testNonNoneLskfBasedProtector() 624 SyntheticPassword sp = manager.newSyntheticPassword(userId); in testStorePinLengthOnDisk()
|
/frameworks/base/services/ |
D | art-wear-profile | 14799 …AuthSecretIfNeeded(ILcom/android/server/locksettings/SyntheticPasswordManager$SyntheticPassword;Z)V 14823 …heticPasswordKnown(ILcom/android/server/locksettings/SyntheticPasswordManager$SyntheticPassword;Z)V 14824 …ticPasswordUnlocked(ILcom/android/server/locksettings/SyntheticPasswordManager$SyntheticPassword;)V 14830 …e;->unlockCeStorage(ILcom/android/server/locksettings/SyntheticPasswordManager$SyntheticPassword;)V 14831 …ce;->unlockKeystore(ILcom/android/server/locksettings/SyntheticPasswordManager$SyntheticPassword;)V 14918 PLcom/android/server/locksettings/SyntheticPasswordManager$SyntheticPassword;-><init>(B)V 14919 PLcom/android/server/locksettings/SyntheticPasswordManager$SyntheticPassword;->deriveFileBasedEncry… 14920 PLcom/android/server/locksettings/SyntheticPasswordManager$SyntheticPassword;->deriveGkPassword()[B 14921 PLcom/android/server/locksettings/SyntheticPasswordManager$SyntheticPassword;->deriveKeyStorePasswo… 14922 PLcom/android/server/locksettings/SyntheticPasswordManager$SyntheticPassword;->deriveSubkey([B)[B [all …]
|