Searched refs:verifyChallenge (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/service/gatekeeper/ |
D | IGateKeeperService.aidl | 65 GateKeeperResponse verifyChallenge(int uid, long challenge, in byte[] enrolledPasswordHandle, in verifyChallenge() method
|
/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 | 666 GateKeeperResponse response = gatekeeper.verifyChallenge(fakeUid(persistentData.userId), in verifyFrpCredential() 847 GateKeeperResponse response = gatekeeper.verifyChallenge(fakeUid(userId), 0L, in unwrapPasswordBasedSyntheticPassword() 889 result.gkResponse = verifyChallenge(gatekeeper, result.authToken, 0L, userId); in unwrapPasswordBasedSyntheticPassword() 924 result.gkResponse = verifyChallenge(gatekeeper, result.authToken, 0L, userId); in unwrapTokenBasedSyntheticPassword() 986 public @Nullable VerifyCredentialResponse verifyChallenge(IGateKeeperService gatekeeper, in verifyChallenge() method in SyntheticPasswordManager 995 GateKeeperResponse response = gatekeeper.verifyChallenge(userId, challenge, in verifyChallenge() 1007 return verifyChallenge(gatekeeper, auth, challenge, userId); in verifyChallenge()
|
D | LockSettingsService.java | 1386 .verifyChallenge(userId, 0, willStore.hash, credential.getBytes()); in setLockCredentialInternal() 1781 .verifyChallenge(userId, challenge, storedHash.hash, credential.getBytes()); in verifyCredential() 2298 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked() 2373 response = mSpManager.verifyChallenge(getGateKeeperService(), authResult.authToken, in spBasedDoVerifyCredential() 2437 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() 2442 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5068 HPLandroid/service/gatekeeper/IGateKeeperService$Stub$Proxy;->verifyChallenge(IJ[B[B)Landroid/servi… 29498 HSPLandroid/service/gatekeeper/IGateKeeperService;->verifyChallenge(IJ[B[B)Landroid/service/gatekee…
|