OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TpmAttestationDoesKeyExist
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer_unittest.cc
113
EXPECT_CALL(cryptohome_client_,
TpmAttestationDoesKeyExist
(_, _, _, _))
118
EXPECT_CALL(cryptohome_client_,
TpmAttestationDoesKeyExist
(_, _, _, _))
236
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
196
cryptohome_client_->
TpmAttestationDoesKeyExist
(
/external/chromium_org/chromeos/attestation/
attestation_flow.cc
235
cryptohome_client_->
TpmAttestationDoesKeyExist
(
attestation_flow_unittest.cc
395
TpmAttestationDoesKeyExist
(KEY_USER, "", kEnterpriseUserKey, _))
428
TpmAttestationDoesKeyExist
(KEY_USER, "", kEnterpriseUserKey, _))
/external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h
117
MOCK_METHOD4(
TpmAttestationDoesKeyExist
,
cryptohome_client.h
342
virtual void
TpmAttestationDoesKeyExist
(
fake_cryptohome_client.h
112
virtual void
TpmAttestationDoesKeyExist
(
fake_cryptohome_client.cc
376
void FakeCryptohomeClient::
TpmAttestationDoesKeyExist
(
cryptohome_client.cc
520
virtual void
TpmAttestationDoesKeyExist
(
[
all
...]
Completed in 247 milliseconds