Home
last modified time | relevance | path

Searched refs:TPM_ST (Results 1 – 8 of 8) sorted by relevance

/system/tpm/trunks/
Dtpm_generated.h444 typedef UINT16 TPM_ST; typedef
445 typedef TPM_ST TPMI_ST_COMMAND_TAG;
446 typedef TPM_ST TPMI_ST_ATTEST;
788 constexpr TPM_ST TPM_ST_RSP_COMMAND = 0x00C4;
789 constexpr TPM_ST TPM_ST_NULL = 0X8000;
790 constexpr TPM_ST TPM_ST_NO_SESSIONS = 0x8001;
791 constexpr TPM_ST TPM_ST_SESSIONS = 0x8002;
792 constexpr TPM_ST TPM_ST_ATTEST_NV = 0x8014;
793 constexpr TPM_ST TPM_ST_ATTEST_COMMAND_AUDIT = 0x8015;
794 constexpr TPM_ST TPM_ST_ATTEST_SESSION_AUDIT = 0x8016;
[all …]
Dtpm_generated.cc1697 TPM_RC Serialize_TPM_ST(const TPM_ST& value, std::string* buffer) { in Serialize_TPM_ST()
1703 TPM_ST* value, in Parse_TPM_ST()
8175 TPM_ST tag; in ParseResponse_Startup()
8366 TPM_ST tag; in ParseResponse_Shutdown()
8557 TPM_ST tag; in ParseResponse_SelfTest()
8749 TPM_ST tag; in ParseResponse_IncrementalSelfTest()
8945 TPM_ST tag; in ParseResponse_GetTestResult()
9227 TPM_ST tag; in ParseResponse_StartAuthSession()
9470 TPM_ST tag; in ParseResponse_PolicyRestart()
9714 TPM_ST tag; in ParseResponse_Create()
[all …]
Dresource_manager.cc486 TPM_ST tag; in ParseCommand()
572 TPM_ST tag; in ParseResponse()
Dresource_manager_test.cc82 TPM_ST tag = authorization.empty() ? TPM_ST_NO_SESSIONS : TPM_ST_SESSIONS; in CreateCommand()
103 TPM_ST tag = authorization.empty() ? TPM_ST_NO_SESSIONS : TPM_ST_SESSIONS; in CreateResponse()
/system/tpm/trunks/generator/
Draw_commands.txt1308 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) +
1313 (sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_CC)) is the size of a command header. The
2403 TPM_ST
2795 TPM_ST
3089 TPM_ST
3258 TPM_ST
3728 TPM_ST
4081 TPM_ST
4381 TPM_ST
4815 TPM_ST
[all …]
Draw_commands_fixed.txt1308 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) +
1313 (sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_CC)) is the size of a command header. The
2403 TPM_ST
2795 TPM_ST
3089 TPM_ST
3258 TPM_ST
3730 TPM_ST
4083 TPM_ST
4383 TPM_ST
4817 TPM_ST
[all …]
Draw_structures_fixed.txt179 TPM_ST (Structure Tags) ...........................................................................…
825 Table 18 — Definition of (UINT16) TPM_ST Constants <IN/OUT, S> ....................................…
886 Table 65 — Definition of (TPM_ST) TPMI_ST_COMMAND_TAG Type ........................................…
963 Table 115 — Definition of (TPM_ST) TPMI_ST_ATTEST Type <OUT> ......................................…
1553 TPM_ST
1566 TPM_ST
1577 if(TPM_ST_Unmarshal((TPM_ST *)&(target->tag), buffer, size))
4319 a TPM_ST (UINT16) with a value of TPM_TAG_RSP_COMMAND or TPM_ST_NO_SESSIONS,
5803 TPM_ST (Structure Tags)
5820 Table 18 — Definition of (UINT16) TPM_ST Constants <IN/OUT, S>
[all …]
Draw_structures.txt179 TPM_ST (Structure Tags) ...........................................................................…
825 Table 18 — Definition of (UINT16) TPM_ST Constants <IN/OUT, S> ....................................…
886 Table 65 — Definition of (TPM_ST) TPMI_ST_COMMAND_TAG Type ........................................…
963 Table 115 — Definition of (TPM_ST) TPMI_ST_ATTEST Type <OUT> ......................................…
1553 TPM_ST
1566 TPM_ST
1577 if(TPM_ST_Unmarshal((TPM_ST *)&(target->tag), buffer, size))
4325 a TPM_ST (UINT16) with a value of TPM_TAG_RSP_COMMAND or TPM_ST_NO_SESSIONS,
5809 TPM_ST (Structure Tags)
5826 Table 18 — Definition of (UINT16) TPM_ST Constants <IN/OUT, S>
[all …]