Searched refs:gkResponse (Results 1 – 3 of 3) sorted by relevance
197 @Nullable public VerifyCredentialResponse gkResponse; field in SyntheticPasswordManager.AuthenticationResult1377 result.gkResponse = VerifyCredentialResponse.ERROR; in unlockLskfBasedProtector()1396 result.gkResponse = VerifyCredentialResponse.ERROR; in unlockLskfBasedProtector()1410 result.gkResponse = VerifyCredentialResponse.ERROR; in unlockLskfBasedProtector()1413 result.gkResponse = weaverVerify(weaver, weaverSlot, in unlockLskfBasedProtector()1415 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) { in unlockLskfBasedProtector()1419 result.gkResponse.getGatekeeperHAT()); in unlockLskfBasedProtector()1426 result.gkResponse = VerifyCredentialResponse.ERROR; in unlockLskfBasedProtector()1437 result.gkResponse = VerifyCredentialResponse.ERROR; in unlockLskfBasedProtector()1442 result.gkResponse = VerifyCredentialResponse.OK; in unlockLskfBasedProtector()[all …]
1905 VerifyCredentialResponse response = authResult.gkResponse; in setLockCredentialInternal()2402 response = authResult.gkResponse; in doVerifyCredential()3370 if (result.gkResponse.getResponseCode() != VerifyCredentialResponse.RESPONSE_OK) {
90 val gkResponse: VerifyCredentialResponse = in isStealthModeActive() constant96 val hat = gkResponse.gatekeeperHAT in isStealthModeActive()