Searched refs:TPM_SU (Results 1 - 3 of 3) sorted by relevance

/system/tpm/trunks/
H A Dmock_tpm.h35 void(const TPM_SU& startup_type,
39 TPM_RC(const TPM_SU& startup_type,
42 void(const TPM_SU& shutdown_type,
46 TPM_RC(const TPM_SU& shutdown_type,
H A Dtpm_generated.h474 typedef UINT16 TPM_SU; typedef in namespace:trunks
805 constexpr TPM_SU TPM_SU_CLEAR = 0x0000;
806 constexpr TPM_SU TPM_SU_STATE = 0x0001;
2321 TRUNKS_EXPORT TPM_RC Serialize_TPM_SU(const TPM_SU& value, std::string* buffer);
2324 TPM_SU* value,
3357 const TPM_SU& startup_type,
3363 virtual void Startup(const TPM_SU& startup_type,
3366 virtual TPM_RC StartupSync(const TPM_SU& startup_type,
3370 const TPM_SU& shutdown_type,
3376 virtual void Shutdown(const TPM_SU
[all...]
H A Dtpm_generated.cc2077 TPM_RC Serialize_TPM_SU(const TPM_SU& value, std::string* buffer) {
2083 TPM_SU* value,
8098 const TPM_SU& startup_type,
8256 void Tpm::Startup(const TPM_SU& startup_type,
8274 TPM_RC Tpm::StartupSync(const TPM_SU& startup_type,
8289 const TPM_SU& shutdown_type,
8447 void Tpm::Shutdown(const TPM_SU& shutdown_type,
8465 TPM_RC Tpm::ShutdownSync(const TPM_SU& shutdown_type,
[all...]

Completed in 101 milliseconds