Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DFakeGateKeeperService.java120 return verifyChallenge(uid, 0, enrolledPasswordHandle, providedPassword); in verify()
124 public GateKeeperResponse verifyChallenge(int uid, long challenge, in verifyChallenge() method in FakeGateKeeperService
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java808 response = gatekeeper.verifyChallenge(fakeUid(persistentData.userId), in verifyFrpCredential()
1019 response = gatekeeper.verifyChallenge(fakeUid(userId), 0L, in unwrapPasswordBasedSyntheticPassword()
1075 result.gkResponse = verifyChallenge(gatekeeper, result.authToken, 0L, userId); in unwrapPasswordBasedSyntheticPassword()
1115 result.gkResponse = verifyChallenge(gatekeeper, result.authToken, 0L, userId); in unwrapTokenBasedSyntheticPassword()
1179 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge() method in SyntheticPasswordManager
1195 response = gatekeeper.verifyChallenge(userId, challenge, in verifyChallengeInternal()
DLockSettingsService.java1749 gkResponse = getGateKeeperService().verifyChallenge(userId, 0, willStore.hash, in setLockCredentialInternal()
2316 gateKeeperResponse = getGateKeeperService().verifyChallenge( in verifyCredential()
2848 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked()
2930 response = mSpManager.verifyChallenge(getGateKeeperService(), authResult.authToken, in spBasedDoVerifyCredential()
3045 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked()
3050 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked()
3744 mSpManager.verifyChallenge(getGateKeeperService(), authToken, 0L, userId);
/frameworks/base/services/
Dart-profile23916 HSPLcom/android/server/locksettings/SyntheticPasswordManager;->verifyChallenge(Landroid/service/gat…