Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtpm_generated.cc8138 tag = TPM_ST_SESSIONS; in SerializeCommand_Startup()
8206 if (tag == TPM_ST_SESSIONS) { in ParseResponse_Startup()
8226 if (tag == TPM_ST_SESSIONS) { in ParseResponse_Startup()
8329 tag = TPM_ST_SESSIONS; in SerializeCommand_Shutdown()
8397 if (tag == TPM_ST_SESSIONS) { in ParseResponse_Shutdown()
8417 if (tag == TPM_ST_SESSIONS) { in ParseResponse_Shutdown()
8520 tag = TPM_ST_SESSIONS; in SerializeCommand_SelfTest()
8588 if (tag == TPM_ST_SESSIONS) { in ParseResponse_SelfTest()
8608 if (tag == TPM_ST_SESSIONS) { in ParseResponse_SelfTest()
8711 tag = TPM_ST_SESSIONS; in SerializeCommand_IncrementalSelfTest()
[all …]
Dresource_manager.cc491 if (tag != TPM_ST_SESSIONS && tag != TPM_ST_NO_SESSIONS) { in ParseCommand()
494 command_info->has_sessions = (tag == TPM_ST_SESSIONS); in ParseCommand()
577 if (tag != TPM_ST_SESSIONS && tag != TPM_ST_NO_SESSIONS) { in ParseResponse()
580 response_info->has_sessions = (tag == TPM_ST_SESSIONS); 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()
Dtpm_generated.h791 constexpr TPM_ST TPM_ST_SESSIONS = 0x8002; variable
/system/tpm/trunks/generator/
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_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_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