OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActivateIdentity
(Results
1 - 7
of
7
) sorted by null
/system/tpm/attestation/common/
mock_tpm_utility.h
40
MOCK_METHOD6(
ActivateIdentity
, bool(const std::string&,
tpm_utility.h
42
virtual bool
ActivateIdentity
(const std::string& delegate_blob,
mock_tpm_utility.cc
61
ON_CALL(*this,
ActivateIdentity
(_, _, _, _, _, _))
tpm_utility_v1.h
42
bool
ActivateIdentity
(const std::string& delegate_blob,
tpm_utility_v1.cc
105
bool TpmUtilityV1::
ActivateIdentity
(const std::string& delegate_blob,
/system/tpm/attestation/server/
attestation_service_test.cc
394
EXPECT_CALL(mock_tpm_utility_,
ActivateIdentity
(_, _, _, _, _, _))
655
EXPECT_CALL(mock_tpm_utility_,
ActivateIdentity
(_, _, _, "encrypted1",
677
EXPECT_CALL(mock_tpm_utility_,
ActivateIdentity
(_, _, _, "encrypted1",
713
EXPECT_CALL(mock_tpm_utility_,
ActivateIdentity
(_, _, _, "encrypted1",
[
all
...]
attestation_service.cc
352
if (!tpm_utility_->
ActivateIdentity
(
581
if (!tpm_utility_->
ActivateIdentity
(
Completed in 356 milliseconds