Searched refs:TPM_ST_SESSIONS (Results 1 – 8 of 8) sorted by relevance
9461 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 …]
503 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()
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()
760 const TPM_ST TPM_ST_SESSIONS = 0x8002; variable
4337 TPM_ST_SESSIONS. Error responses will use a tag value of TPM_ST_NO_SESSIONS and the5873 TPM_ST_SESSIONS5933 of TPM_ST_SESSIONS.10185 TPM_ST_SESSIONS12330 present in a command or response that has a tag of TPM_ST_SESSIONS.
4331 TPM_ST_SESSIONS. Error responses will use a tag value of TPM_ST_NO_SESSIONS and the5849 TPM_ST_SESSIONS5909 of TPM_ST_SESSIONS.10213 TPM_ST_SESSIONS12368 present in a command or response that has a tag of TPM_ST_SESSIONS.
1093 command or response is TPM_ST_SESSIONS, then a 32-bit value will be present in the1148 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 command1304 b) If the tag is TPM_ST_SESSIONS, the TPM will attempt to unmarshal an authorizationSize and return1747 as the tag parameter in the command (TPM_ST_SESSIONS or TPM_RC_NO_SESSIONS). When a1750 A special case exists when the command tag parameter is not an allowed value (TPM_ST_SESSIONS or