Home
last modified time | relevance | path

Searched refs:verifyChallenge (Results 1 – 5 of 5) 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.java805 response = gatekeeper.verifyChallenge(fakeUid(persistentData.userId), in verifyFrpCredential()
1015 response = gatekeeper.verifyChallenge(fakeUid(userId), 0L, in unwrapPasswordBasedSyntheticPassword()
1071 result.gkResponse = verifyChallenge(gatekeeper, result.authToken, 0L, userId); in unwrapPasswordBasedSyntheticPassword()
1111 result.gkResponse = verifyChallenge(gatekeeper, result.authToken, 0L, userId); in unwrapTokenBasedSyntheticPassword()
1175 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge() method in SyntheticPasswordManager
1185 response = gatekeeper.verifyChallenge(userId, challenge, in verifyChallenge()
1206 return verifyChallenge(gatekeeper, auth, challenge, userId); in verifyChallenge()
DLockSettingsService.java1718 gkResponse = getGateKeeperService().verifyChallenge(userId, 0, willStore.hash, in setLockCredentialInternal()
2111 gateKeeperResponse = getGateKeeperService().verifyChallenge( in verifyCredential()
2636 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked()
2726 response = mSpManager.verifyChallenge(getGateKeeperService(), authResult.authToken, in spBasedDoVerifyCredential()
2817 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked()
2822 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked()
/frameworks/base/config/
Dboot-image-profile.txt17627 HPLandroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;->verifyChallenge(IJ[B[B)Landroid/servi…
/frameworks/base/services/
Dart-profile19042 HPLcom/android/server/locksettings/SyntheticPasswordManager;->verifyChallenge(Landroid/service/gate…