Searched refs:TPM_ST (Results 1 – 8 of 8) sorted by relevance
/system/tpm/trunks/ |
D | tpm_generated.h | 413 typedef UINT16 TPM_ST; typedef 414 typedef TPM_ST TPMI_ST_COMMAND_TAG; 415 typedef TPM_ST TPMI_ST_ATTEST; 757 const TPM_ST TPM_ST_RSP_COMMAND = 0x00C4; 758 const TPM_ST TPM_ST_NULL = 0X8000; 759 const TPM_ST TPM_ST_NO_SESSIONS = 0x8001; 760 const TPM_ST TPM_ST_SESSIONS = 0x8002; 761 const TPM_ST TPM_ST_ATTEST_NV = 0x8014; 762 const TPM_ST TPM_ST_ATTEST_COMMAND_AUDIT = 0x8015; 763 const TPM_ST TPM_ST_ATTEST_SESSION_AUDIT = 0x8016; [all …]
|
D | tpm_generated.cc | 1645 const TPM_ST& value, in Serialize_TPM_ST() 1653 TPM_ST* value, in Parse_TPM_ST() 9506 TPM_ST tag; in ParseResponse_Startup() 9742 TPM_ST tag; in ParseResponse_Shutdown() 9978 TPM_ST tag; in ParseResponse_SelfTest() 10215 TPM_ST tag; in ParseResponse_IncrementalSelfTest() 10455 TPM_ST tag; in ParseResponse_GetTestResult() 10815 TPM_ST tag; in ParseResponse_StartAuthSession() 11128 TPM_ST tag; in ParseResponse_PolicyRestart() 11430 TPM_ST tag; in ParseResponse_Create() [all …]
|
D | resource_manager.cc | 498 TPM_ST tag; in ParseCommand() 584 TPM_ST tag; in ParseResponse()
|
D | resource_manager_test.cc | 86 TPM_ST tag = authorization.empty() ? TPM_ST_NO_SESSIONS : TPM_ST_SESSIONS; in CreateCommand() 107 TPM_ST tag = authorization.empty() ? TPM_ST_NO_SESSIONS : TPM_ST_SESSIONS; in CreateResponse()
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 1308 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 …]
|
D | raw_commands_fixed.txt | 1308 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 …]
|
D | raw_structures.txt | 179 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 …]
|
D | raw_structures_fixed.txt | 179 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 …]
|