Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1711 VerifyCredentialResponse response = authResult.gkResponse; in setLockCredentialInternal()
1712 SyntheticPassword sp = authResult.syntheticPassword; in setLockCredentialInternal()
1910 if (authResult.syntheticPassword == null) { in isWeakEscrowTokenValid()
2187 final AuthenticationResult authResult; in doVerifyCredential() local
2197 authResult = mSpManager.unlockLskfBasedProtector( in doVerifyCredential()
2199 response = authResult.gkResponse; in doVerifyCredential()
2210 authResult.syntheticPassword.deriveGkPassword()); in doVerifyCredential()
2226 onCredentialVerified(authResult.syntheticPassword, in doVerifyCredential()
3142 AuthenticationResult authResult;
3151 if (authResult.syntheticPassword == null) {
[all …]