HomeSort by relevance Sort by last modified time
    Searched refs:TpmAttestationDoesKeyExist (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer_unittest.cc 114 EXPECT_CALL(cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
119 EXPECT_CALL(cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
237 EXPECT_CALL(cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
attestation_policy_observer.cc 171 cryptohome_client_->TpmAttestationDoesKeyExist(
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api_unittest.cc 144 ON_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
268 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
294 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
412 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
446 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
enterprise_platform_keys_private_api.cc 195 cryptohome_client_->TpmAttestationDoesKeyExist(
  /external/chromium_org/chromeos/attestation/
attestation_flow.cc 232 cryptohome_client_->TpmAttestationDoesKeyExist(
attestation_flow_unittest.cc 380 TpmAttestationDoesKeyExist(KEY_USER, "", kEnterpriseUserKey, _))
412 TpmAttestationDoesKeyExist(KEY_USER, "", kEnterpriseUserKey, _))
  /external/chromium_org/chromeos/dbus/
cryptohome_client.h 313 virtual void TpmAttestationDoesKeyExist(
fake_cryptohome_client.h 109 virtual void TpmAttestationDoesKeyExist(
mock_cryptohome_client.h 113 MOCK_METHOD4(TpmAttestationDoesKeyExist,
fake_cryptohome_client.cc 307 void FakeCryptohomeClient::TpmAttestationDoesKeyExist(
cryptohome_client.cc 506 virtual void TpmAttestationDoesKeyExist(
    [all...]

Completed in 87 milliseconds