Searched refs:TrunksFactoryImpl (Results 1 – 5 of 5) sorted by relevance
38 TrunksFactoryImpl::TrunksFactoryImpl() { in TrunksFactoryImpl() function in trunks::TrunksFactoryImpl47 TrunksFactoryImpl::TrunksFactoryImpl(CommandTransceiver* transceiver) { in TrunksFactoryImpl() function in trunks::TrunksFactoryImpl51 TrunksFactoryImpl::~TrunksFactoryImpl() {} in ~TrunksFactoryImpl()53 bool TrunksFactoryImpl::Initialize() { in Initialize()70 Tpm* TrunksFactoryImpl::GetTpm() const { in GetTpm()74 std::unique_ptr<TpmState> TrunksFactoryImpl::GetTpmState() const { in GetTpmState()78 std::unique_ptr<TpmUtility> TrunksFactoryImpl::GetTpmUtility() const { in GetTpmUtility()83 TrunksFactoryImpl::GetPasswordAuthorization(const std::string& password) const { in GetPasswordAuthorization()87 std::unique_ptr<SessionManager> TrunksFactoryImpl::GetSessionManager() const { in GetSessionManager()91 std::unique_ptr<HmacSession> TrunksFactoryImpl::GetHmacSession() const { in GetHmacSession()[all …]
39 class TRUNKS_EXPORT TrunksFactoryImpl : public TrunksFactory {42 TrunksFactoryImpl();46 explicit TrunksFactoryImpl(CommandTransceiver* transceiver);47 ~TrunksFactoryImpl() override;71 DISALLOW_COPY_AND_ASSIGN(TrunksFactoryImpl);
43 using trunks::TrunksFactoryImpl;173 TrunksFactoryImpl factory; in main()
111 trunks::TrunksFactoryImpl factory(low_level_transceiver); in main()
62 trunks::TrunksFactoryImpl trunks_factory; in main()