Home
last modified time | relevance | path

Searched refs:TrunksFactoryImpl (Results 1 – 5 of 5) sorted by relevance

/system/tpm/trunks/
Dtrunks_factory_impl.cc38 TrunksFactoryImpl::TrunksFactoryImpl() { in TrunksFactoryImpl() function in trunks::TrunksFactoryImpl
47 TrunksFactoryImpl::TrunksFactoryImpl(CommandTransceiver* transceiver) { in TrunksFactoryImpl() function in trunks::TrunksFactoryImpl
51 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 …]
Dtrunks_factory_impl.h39 class TRUNKS_EXPORT TrunksFactoryImpl : public TrunksFactory {
42 TrunksFactoryImpl();
46 explicit TrunksFactoryImpl(CommandTransceiver* transceiver);
47 ~TrunksFactoryImpl() override;
71 DISALLOW_COPY_AND_ASSIGN(TrunksFactoryImpl);
Dtrunks_client.cc43 using trunks::TrunksFactoryImpl;
173 TrunksFactoryImpl factory; in main()
Dtrunksd.cc111 trunks::TrunksFactoryImpl factory(low_level_transceiver); in main()
/system/tpm/tpm_manager/server/
Dmain.cc62 trunks::TrunksFactoryImpl trunks_factory; in main()