Searched refs:GetEndorsementPublicKey (Results 1 – 5 of 5) sorted by relevance
57 MOCK_METHOD1(GetEndorsementPublicKey, bool(std::string*));
77 virtual bool GetEndorsementPublicKey(std::string* public_key) = 0;
59 bool GetEndorsementPublicKey(std::string* public_key) override;
397 bool TpmUtilityV1::GetEndorsementPublicKey(std::string* public_key) { in GetEndorsementPublicKey() function in attestation::TpmUtilityV1
247 if (!tpm_utility_->GetEndorsementPublicKey(&public_key)) { in GetEndorsementInfoTask()