Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java433 byte[] hashFactor = mService.getHashFactor(password, PRIMARY_USER_ID); in testGetHashFactorPrimaryUser()
437 byte[] newHashFactor = mService.getHashFactor(nonePassword(), PRIMARY_USER_ID); in testGetHashFactorPrimaryUser()
448 assertNotNull(mService.getHashFactor(null, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileUnifiedChallenge()
458 mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileSeparateChallenge()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl56 byte[] getHashFactor(in LockscreenCredential currentCredential, int userId); in getHashFactor() method
H A DLockPatternUtils.java528 return getLockSettings().getHashFactor(currentPassword, userId); in getPasswordHistoryHashFactor()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1815 final byte[] hashFactor = getHashFactor(password, userHandle); in updatePasswordHistory()
3215 public byte[] getHashFactor(LockscreenCredential currentCredential, int userId) {
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt89802 Lcom/android/internal/widget/ILockSettings$Stub$Proxy;->getHashFactor(Ljava/lang/String;I)[B
89881 Lcom/android/internal/widget/ILockSettings;->getHashFactor(Ljava/lang/String;I)[B