Searched refs:ActivateIdentity (Results 1 – 7 of 7) sorted by relevance
/system/tpm/attestation/common/ |
D | mock_tpm_utility.h | 40 MOCK_METHOD6(ActivateIdentity, bool(const std::string&,
|
D | tpm_utility.h | 42 virtual bool ActivateIdentity(const std::string& delegate_blob,
|
D | mock_tpm_utility.cc | 61 ON_CALL(*this, ActivateIdentity(_, _, _, _, _, _)) in MockTpmUtility()
|
D | tpm_utility_v1.h | 42 bool ActivateIdentity(const std::string& delegate_blob,
|
D | tpm_utility_v1.cc | 105 bool TpmUtilityV1::ActivateIdentity(const std::string& delegate_blob, in ActivateIdentity() function in attestation::TpmUtilityV1
|
/system/tpm/attestation/server/ |
D | attestation_service_test.cc | 394 EXPECT_CALL(mock_tpm_utility_, ActivateIdentity(_, _, _, _, _, _)) in TEST_F() 655 EXPECT_CALL(mock_tpm_utility_, ActivateIdentity(_, _, _, "encrypted1", in TEST_F() 677 EXPECT_CALL(mock_tpm_utility_, ActivateIdentity(_, _, _, "encrypted1", in TEST_F() 713 EXPECT_CALL(mock_tpm_utility_, ActivateIdentity(_, _, _, "encrypted1", in TEST_F()
|
D | attestation_service.cc | 352 if (!tpm_utility_->ActivateIdentity( in ActivateAttestationKeyTask() 581 if (!tpm_utility_->ActivateIdentity( in FinishEnroll()
|