Home
last modified time | relevance | path

Searched refs:gatekeeperPassword (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DBiometricDeferredQueue.java65 @NonNull final byte[] gatekeeperPassword; field in BiometricDeferredQueue.UserAuthInfo
67 UserAuthInfo(int userId, @NonNull byte[] gatekeeperPassword) { in UserAuthInfo() argument
69 this.gatekeeperPassword = gatekeeperPassword; in UserAuthInfo()
160 void addPendingLockoutResetForUser(int userId, @NonNull byte[] gatekeeperPassword) { in addPendingLockoutResetForUser() argument
164 mPendingResetLockoutsForFace.add(new UserAuthInfo(userId, gatekeeperPassword)); in addPendingLockoutResetForUser()
171 gatekeeperPassword)); in addPendingLockoutResetForUser()
268 getGatekeeperService(), userAuthInfo.gatekeeperPassword, challenge, in requestHatFromGatekeeperPassword()
H A DSyntheticPasswordManager.java1185 IGateKeeperService gatekeeper, @NonNull byte[] gatekeeperPassword, long challenge, in verifyChallengeInternal() argument
1196 spHandle, gatekeeperPassword); in verifyChallengeInternal()
1208 gatekeeperPassword); in verifyChallengeInternal()
1217 return verifyChallengeInternal(gatekeeper, gatekeeperPassword, challenge, in verifyChallengeInternal()
H A DLockSettingsService.java2181 final byte[] gatekeeperPassword; in verifyGatekeeperPasswordHandle()
2184 gatekeeperPassword = mGatekeeperPasswords.get(gatekeeperPasswordHandle); in verifyGatekeeperPasswordHandle()
2188 if (gatekeeperPassword == null) { in verifyGatekeeperPasswordHandle()
2193 gatekeeperPassword, challenge, userId); in verifyGatekeeperPasswordHandle()
2965 private long storeGatekeeperPasswordTemporarily(byte[] gatekeeperPassword) { in storeGatekeeperPasswordTemporarily() argument
2972 mGatekeeperPasswords.put(handle, gatekeeperPassword); in storeGatekeeperPasswordTemporarily()