Home
last modified time | relevance | path

Searched defs:protectorId (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java710 int getPinLength(long protectorId, int userId) { in getPinLength()
718 int getCredentialType(long protectorId, int userId) { in getCredentialType()
842 private int loadWeaverSlot(long protectorId, int userId) { in loadWeaverSlot()
869 private void destroyWeaverSlot(long protectorId, int userId) { in destroyWeaverSlot()
944 long protectorId = generateProtectorId(); in createLskfBasedProtector() local
1454 long protectorId, int userId) { in refreshPinLengthOnDisk()
1660 public boolean protectorExists(long protectorId, int userId) { in protectorExists()
1753 boolean hasPasswordData(long protectorId, int userId) { in hasPasswordData()
1783 long protectorId, int userId) { in savePasswordMetrics()
1791 boolean hasPasswordMetrics(long protectorId, int userId) { in hasPasswordMetrics()
[all …]
H A DLockSettingsService.java1021 long protectorId = getCurrentLskfBasedProtectorId(userId); in migrateUserToSpWithBoundCeKeyLocked() local
1251 final long protectorId = getCurrentLskfBasedProtectorId(userId); in getPinLength() local
1271 final long protectorId = getCurrentLskfBasedProtectorId(userId); in refreshStoredPinLength() local
1302 final long protectorId = getCurrentLskfBasedProtectorId(userId); in getCredentialTypeInternal() local
2196 long protectorId = getCurrentLskfBasedProtectorId(userId); in doVerifyCredential() local
2756 final long protectorId = mSpManager.createLskfBasedProtector(getGateKeeperService(), in initializeSyntheticPassword() local
H A DLockSettingsStorage.java428 public void writeSyntheticPasswordState(int userId, long protectorId, String name, in writeSyntheticPasswordState()
435 public byte[] readSyntheticPasswordState(int userId, long protectorId, String name) { in readSyntheticPasswordState()
439 public void deleteSyntheticPasswordState(int userId, long protectorId, String name) { in deleteSyntheticPasswordState()
492 private File getSyntheticPasswordStateFileForUser(int userId, long protectorId, String name) { in getSyntheticPasswordStateFileForUser()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java91 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, in testNoneLskfBasedProtector() local
112 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, password, sp, in testNonNoneLskfBasedProtector() local
617 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, in testStorePinLengthOnDisk() local