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