Searched refs:gkResponse (Results 1 – 2 of 2) sorted by relevance
140 public VerifyCredentialResponse gkResponse; field in SyntheticPasswordManager.AuthenticationResult878 result.gkResponse = VerifyCredentialResponse.ERROR; in unwrapPasswordBasedSyntheticPassword()881 result.gkResponse = weaverVerify(weaverSlot, passwordTokenToWeaverKey(pwdToken)); in unwrapPasswordBasedSyntheticPassword()882 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in unwrapPasswordBasedSyntheticPassword()886 applicationId = transformUnderWeaverSecret(pwdToken, result.gkResponse.getPayload()); in unwrapPasswordBasedSyntheticPassword()893 result.gkResponse = VerifyCredentialResponse.OK; in unwrapPasswordBasedSyntheticPassword()912 result.gkResponse = new VerifyCredentialResponse(response.getTimeout()); in unwrapPasswordBasedSyntheticPassword()915 result.gkResponse = VerifyCredentialResponse.ERROR; in unwrapPasswordBasedSyntheticPassword()931 result.gkResponse = verifyChallenge(gatekeeper, result.authToken, 0L, userId); in unwrapPasswordBasedSyntheticPassword()949 result.gkResponse = VerifyCredentialResponse.ERROR; in unwrapTokenBasedSyntheticPassword()[all …]
1516 GateKeeperResponse gkResponse = getGateKeeperService() in setLockCredentialInternal() local1518 setUserKeyProtection(userId, credential, convertResponse(gkResponse)); in setLockCredentialInternal()2529 response = authResult.gkResponse; in spBasedDoVerifyCredential()2552 + authResult.gkResponse.getPayload().length); in spBasedDoVerifyCredential()2553 bm.resetLockout(authResult.gkResponse.getPayload()); in spBasedDoVerifyCredential()2675 VerifyCredentialResponse response = authResult.gkResponse; in spBasedSetLockCredentialInternalLocked()2875 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in setLockCredentialWithTokenInternalLocked()