Searched refs:verifyChallenge (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | FakeGateKeeperService.java | 120 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/ |
D | SyntheticPasswordManager.java | 689 GateKeeperResponse response = gatekeeper.verifyChallenge(fakeUid(persistentData.userId), in verifyFrpCredential() 889 GateKeeperResponse response = gatekeeper.verifyChallenge(fakeUid(userId), 0L, in unwrapPasswordBasedSyntheticPassword() 931 result.gkResponse = verifyChallenge(gatekeeper, result.authToken, 0L, userId); in unwrapPasswordBasedSyntheticPassword() 966 result.gkResponse = verifyChallenge(gatekeeper, result.authToken, 0L, userId); in unwrapTokenBasedSyntheticPassword() 1030 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge() method in SyntheticPasswordManager 1039 GateKeeperResponse response = gatekeeper.verifyChallenge(userId, challenge, in verifyChallenge() 1051 return verifyChallenge(gatekeeper, auth, challenge, userId); in verifyChallenge()
|
D | LockSettingsService.java | 1568 .verifyChallenge(userId, 0, willStore.hash, credential); in setLockCredentialInternal() 1988 .verifyChallenge(userId, challenge, storedHash.hash, credential); in verifyCredential() 2518 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked() 2599 response = mSpManager.verifyChallenge(getGateKeeperService(), authResult.authToken, in spBasedDoVerifyCredential() 2675 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() 2680 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked()
|
/frameworks/base/services/ |
D | art-profile | 8411 PLcom/android/server/locksettings/SyntheticPasswordManager;->verifyChallenge(Landroid/service/gatek…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13161 HPLandroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;->verifyChallenge(IJ[B[B)Landroid/servi…
|