Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtpm_generated.cc9461 tag = TPM_ST_SESSIONS; in SerializeCommand_Startup()
9548 if (tag == TPM_ST_SESSIONS) { in ParseResponse_Startup()
9571 if (tag == TPM_ST_SESSIONS) { in ParseResponse_Startup()
9697 tag = TPM_ST_SESSIONS; in SerializeCommand_Shutdown()
9784 if (tag == TPM_ST_SESSIONS) { in ParseResponse_Shutdown()
9807 if (tag == TPM_ST_SESSIONS) { in ParseResponse_Shutdown()
9933 tag = TPM_ST_SESSIONS; in SerializeCommand_SelfTest()
10020 if (tag == TPM_ST_SESSIONS) { in ParseResponse_SelfTest()
10043 if (tag == TPM_ST_SESSIONS) { in ParseResponse_SelfTest()
10169 tag = TPM_ST_SESSIONS; in SerializeCommand_IncrementalSelfTest()
[all …]
Dresource_manager.cc503 if (tag != TPM_ST_SESSIONS && tag != TPM_ST_NO_SESSIONS) { in ParseCommand()
506 command_info->has_sessions = (tag == TPM_ST_SESSIONS); in ParseCommand()
589 if (tag != TPM_ST_SESSIONS && tag != TPM_ST_NO_SESSIONS) { in ParseResponse()
592 response_info->has_sessions = (tag == TPM_ST_SESSIONS); in ParseResponse()
Dresource_manager_test.cc86 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()
Dtpm_generated.h760 const TPM_ST TPM_ST_SESSIONS = 0x8002; variable
/system/tpm/trunks/generator/
Draw_structures.txt4337 TPM_ST_SESSIONS. Error responses will use a tag value of TPM_ST_NO_SESSIONS and the
5873 TPM_ST_SESSIONS
5933 of TPM_ST_SESSIONS.
10185 TPM_ST_SESSIONS
12330 present in a command or response that has a tag of TPM_ST_SESSIONS.
Draw_structures_fixed.txt4331 TPM_ST_SESSIONS. Error responses will use a tag value of TPM_ST_NO_SESSIONS and the
5849 TPM_ST_SESSIONS
5909 of TPM_ST_SESSIONS.
10213 TPM_ST_SESSIONS
12368 present in a command or response that has a tag of TPM_ST_SESSIONS.
Draw_commands.txt1093 command or response is TPM_ST_SESSIONS, then a 32-bit value will be present in the
1148 TPM_ST_SESSIONS or TPM_ST_NO_SESSIONS (TPM_RC_BAD_TAG).
1301 a) If the tag is TPM_ST_SESSIONS and the command is a context management command
1304 b) If the tag is TPM_ST_SESSIONS, the TPM will attempt to unmarshal an authorizationSize and return
1747 as the tag parameter in the command (TPM_ST_SESSIONS or TPM_RC_NO_SESSIONS). When a
1750 A special case exists when the command tag parameter is not an allowed value (TPM_ST_SESSIONS or
Draw_commands_fixed.txt1093 command or response is TPM_ST_SESSIONS, then a 32-bit value will be present in the
1148 TPM_ST_SESSIONS or TPM_ST_NO_SESSIONS (TPM_RC_BAD_TAG).
1301 a) If the tag is TPM_ST_SESSIONS and the command is a context management command
1304 b) If the tag is TPM_ST_SESSIONS, the TPM will attempt to unmarshal an authorizationSize and return
1747 as the tag parameter in the command (TPM_ST_SESSIONS or TPM_RC_NO_SESSIONS). When a
1750 A special case exists when the command tag parameter is not an allowed value (TPM_ST_SESSIONS or