Home
last modified time | relevance | path

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

/aosp14/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl66 GateKeeperResponse verifyChallenge(int userId, long challenge, in byte[] enrolledPasswordHandle, in verifyChallenge() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeGateKeeperService.java120 return verifyChallenge(uid, 0, enrolledPasswordHandle, providedPassword); in verify()
124 public GateKeeperResponse verifyChallenge(int uid, long challenge, in verifyChallenge() method in FakeGateKeeperService
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java1042 response = gatekeeper.verifyChallenge(fakeUserId(persistentData.userId), in verifySpecialUserCredential()
1371 response = gatekeeper.verifyChallenge(fakeUserId(userId), 0L, in unlockLskfBasedProtector()
1434 result.gkResponse = verifyChallenge(gatekeeper, result.syntheticPassword, 0L, userId); in unlockLskfBasedProtector()
1540 result.gkResponse = verifyChallenge(gatekeeper, result.syntheticPassword, 0L, userId); in unlockTokenBasedProtectorInternal()
1607 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge() method in SyntheticPasswordManager
1623 response = gatekeeper.verifyChallenge(userId, challenge, in verifyChallengeInternal()
H A DLockSettingsService.java2214 response = mSpManager.verifyChallenge(getGateKeeperService(), in doVerifyCredential()
2873 mSpManager.verifyChallenge(getGateKeeperService(), sp, 0L, userId); in setLockCredentialWithSpLocked()
2876 mSpManager.verifyChallenge(getGateKeeperService(), sp, 0L, userId); in setLockCredentialWithSpLocked()
3564 mSpManager.verifyChallenge(getGateKeeperService(), sp, 0L, userId);
/aosp14/system/core/gatekeeperd/
H A Dgatekeeperd.cpp289 return verifyChallenge(userId, 0 /* challenge */, enrolledPasswordHandle, providedPassword, in verify()
293 Status verifyChallenge(int32_t userId, int64_t challenge, in verifyChallenge() function in android::GateKeeperProxy