Searched refs:TpmAttestationDoesKeyExist (Results 1 - 13 of 13) sorted by relevance
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/ |
H A D | enterprise_platform_keys_private_api_unittest.cc | 117 ON_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _)) 230 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _)) 257 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _)) 350 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _)) 385 EXPECT_CALL(mock_cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _))
|
H A D | enterprise_platform_keys_private_api.cc | 153 cryptohome_client_->TpmAttestationDoesKeyExist(
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
H A D | attestation_policy_observer_unittest.cc | 151 EXPECT_CALL(cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _)) 156 EXPECT_CALL(cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _)) 300 EXPECT_CALL(cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _))
|
H A D | attestation_policy_observer.cc | 177 cryptohome_client_->TpmAttestationDoesKeyExist(
|
/external/chromium_org/chromeos/attestation/ |
H A D | attestation_flow.cc | 228 cryptohome_client_->TpmAttestationDoesKeyExist(
|
H A D | attestation_flow_unittest.cc | 368 TpmAttestationDoesKeyExist(KEY_USER, kEnterpriseUserKey, _)) 400 TpmAttestationDoesKeyExist(KEY_USER, kEnterpriseUserKey, _))
|
/external/chromium_org/chromeos/dbus/ |
H A D | cryptohome_client.h | 279 virtual void TpmAttestationDoesKeyExist(
|
H A D | cryptohome_client_stub.h | 100 virtual void TpmAttestationDoesKeyExist(
|
H A D | fake_cryptohome_client.cc | 228 void FakeCryptohomeClient::TpmAttestationDoesKeyExist( function in class:chromeos::FakeCryptohomeClient
|
H A D | fake_cryptohome_client.h | 101 virtual void TpmAttestationDoesKeyExist(
|
H A D | mock_cryptohome_client.h | 103 MOCK_METHOD3(TpmAttestationDoesKeyExist,
|
H A D | cryptohome_client_stub.cc | 279 void CryptohomeClientStubImpl::TpmAttestationDoesKeyExist( function in class:chromeos::CryptohomeClientStubImpl
|
H A D | cryptohome_client.cc | 510 virtual void TpmAttestationDoesKeyExist(
|
Completed in 135 milliseconds