Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java134 public VerifyCredentialResponse gkResponse; field in SyntheticPasswordManager.AuthenticationResult
836 result.gkResponse = VerifyCredentialResponse.ERROR; in unwrapPasswordBasedSyntheticPassword()
839 result.gkResponse = weaverVerify(weaverSlot, passwordTokenToWeaverKey(pwdToken)); in unwrapPasswordBasedSyntheticPassword()
840 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword()
844 applicationId = transformUnderWeaverSecret(pwdToken, result.gkResponse.getPayload()); in unwrapPasswordBasedSyntheticPassword()
851 result.gkResponse = VerifyCredentialResponse.OK; in unwrapPasswordBasedSyntheticPassword()
870 result.gkResponse = new VerifyCredentialResponse(response.getTimeout()); in unwrapPasswordBasedSyntheticPassword()
873 result.gkResponse = VerifyCredentialResponse.ERROR; in unwrapPasswordBasedSyntheticPassword()
889 result.gkResponse = verifyChallenge(gatekeeper, result.authToken, 0L, userId); in unwrapPasswordBasedSyntheticPassword()
907 result.gkResponse = VerifyCredentialResponse.ERROR; in unwrapTokenBasedSyntheticPassword()
[all …]
DLockSettingsService.java1385 GateKeeperResponse gkResponse = getGateKeeperService() in setLockCredentialInternal() local
1387 setUserKeyProtection(userId, credential, convertResponse(gkResponse)); in setLockCredentialInternal()
2368 response = authResult.gkResponse; in spBasedDoVerifyCredential()
2488 VerifyCredentialResponse response = authResult.gkResponse; in spBasedSetLockCredentialInternalLocked()
2669 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in setLockCredentialWithTokenInternal()