Searched refs:GetTpmState (Results 1 – 8 of 8) sorted by relevance
50 virtual std::unique_ptr<TpmState> GetTpmState() const = 0;
55 std::unique_ptr<TpmState> GetTpmState() const override;
74 std::unique_ptr<TpmState> TrunksFactoryImpl::GetTpmState() const { in GetTpmState() function in trunks::TrunksFactoryImpl
65 std::unique_ptr<TpmState> GetTpmState() const override;
104 std::unique_ptr<trunks::TpmState> state = factory.GetTpmState(); in DumpStatus()
138 std::unique_ptr<TpmState> tpm_state(factory_.GetTpmState()); in InitializeTpm()281 std::unique_ptr<TpmState> tpm_state(factory_.GetTpmState()); in TakeOwnership()1477 std::unique_ptr<TpmState> tpm_state(factory_.GetTpmState()); in SetKnownOwnerPassword()1503 std::unique_ptr<TpmState> tpm_state(factory_.GetTpmState()); in CreateStorageRootKeys()
561 std::unique_ptr<TpmState> TrunksFactoryForTest::GetTpmState() const { in GetTpmState() function in trunks::TrunksFactoryForTest
31 trunks_tpm_state_(trunks_factory_.GetTpmState()) {} in Tpm2StatusImpl()