Searched refs:TPM_ST_NO_SESSIONS (Results 1 – 12 of 12) sorted by relevance
/external/tpm2/ |
D | TpmFail.c | 203 if( header.tag != TPM_ST_NO_SESSIONS in TpmFailureMode() 348 MarshalUint16(TPM_ST_NO_SESSIONS, &buffer, &bufferSize); // structure tag in TpmFailureMode() 357 marshalSize = MarshalUint16(TPM_ST_NO_SESSIONS, &buffer, &bufferSize); in TpmFailureMode()
|
D | ExecCommand.c | 321 resTag = TPM_ST_NO_SESSIONS; in ExecuteCommand()
|
D | part3.txt | 698 When the command tag Description field contains TPM_ST_NO_SESSIONS, then no sessions are 726 TPM_ST_SESSIONS or TPM_ST_NO_SESSIONS (TPM_RC_BAD_TAG). 741 TPM_CC_GetCapability (TPM_RC_FAILURE) and the command tag is TPM_ST_NO_SESSIONS 840 a) If the tag is TPM_ST_SESSIONS and the command requires TPM_ST_NO_SESSIONS, the TPM will 842 b) If the tag is TPM_ST_NO_SESSIONS and the command requires TPM_ST_SESSIONS, the TPM will 1116 shall be TPM_ST_NO_SESSIONS. 1118 TPM_ST_NO_SESSIONS). For this case, it is assumed that the system software is attempting to send a 1533 TPMI_ST_COMMAND_TAG tag TPM_ST_NO_SESSIONS 1785 otherwise, TPM_ST_NO_SESSIONS 1977 otherwise, TPM_ST_NO_SESSIONS [all …]
|
D | tpm_types.h | 206 #define TPM_ST_NO_SESSIONS 0x8001 macro
|
D | tpm_generated.c | 4545 case TPM_ST_NO_SESSIONS: in TPMI_ST_COMMAND_TAG_Unmarshal() 7216 if (*target == TPM_ST_NO_SESSIONS) { in TPM_ST_Unmarshal()
|
D | part4.txt | 3437 119 // that it is either TPM_ST_SESSIONS or TPM_ST_NO_SESSIONS. 3657 324 resTag = TPM_ST_NO_SESSIONS; 19097 134 if( header.tag != TPM_ST_NO_SESSIONS 19265 286 MarshalUint16(TPM_ST_NO_SESSIONS, &buffer); // structure tag 19277 298 marshalSize = MarshalUint16(TPM_ST_NO_SESSIONS, &buffer);
|
/external/tpm2/generator/ |
D | commands.txt | 5 _COMMENT TPM_ST_NO_SESSIONS 2363 _COMMENT TPM_ST_NO_SESSIONS 2385 _COMMENT TPM_ST_NO_SESSIONS 2408 _COMMENT TPM_ST_NO_SESSIONS 2452 _COMMENT TPM_ST_NO_SESSIONS
|
D | structures.txt | 388 _NAME TPM_ST_NO_SESSIONS 836 _NAME TPM_ST_NO_SESSIONS
|
D | raw_commands.txt | 1101 When the command tag is TPM_ST_NO_SESSIONS, no authorizations are present and no 1148 TPM_ST_SESSIONS or TPM_ST_NO_SESSIONS (TPM_RC_BAD_TAG). 1179 TPM_CC_GetCapability (TPM_RC_FAILURE) and the command tag is TPM_ST_NO_SESSIONS 1749 shall be TPM_ST_NO_SESSIONS. 1751 TPM_ST_NO_SESSIONS). For this case, it is assumed that the system software is attempting to send a 2378 TPM_ST_NO_SESSIONS 3355 TPM is in Failure mode, then tag is required to be TPM_ST_NO_SESSIONS or the TPM shall return 28663 TPM_ST_NO_SESSIONS. 28700 TPM_ST_NO_SESSIONS 29168 TPM_ST_NO_SESSIONS (see note in 30.2.1). [all …]
|
D | raw_commands_fixed.txt | 1101 When the command tag is TPM_ST_NO_SESSIONS, no authorizations are present and no 1148 TPM_ST_SESSIONS or TPM_ST_NO_SESSIONS (TPM_RC_BAD_TAG). 1179 TPM_CC_GetCapability (TPM_RC_FAILURE) and the command tag is TPM_ST_NO_SESSIONS 1749 shall be TPM_ST_NO_SESSIONS. 1751 TPM_ST_NO_SESSIONS). For this case, it is assumed that the system software is attempting to send a 2378 TPM_ST_NO_SESSIONS 3355 TPM is in Failure mode, then tag is required to be TPM_ST_NO_SESSIONS or the TPM shall return 28674 TPM_ST_NO_SESSIONS. 28711 TPM_ST_NO_SESSIONS 29179 TPM_ST_NO_SESSIONS (see note in 30.2.1). [all …]
|
D | raw_structures.txt | 4325 a TPM_ST (UINT16) with a value of TPM_TAG_RSP_COMMAND or TPM_ST_NO_SESSIONS, 4336 Commands defined in this specification will use a tag of either TPM_ST_NO_SESSIONS or 4337 TPM_ST_SESSIONS. Error responses will use a tag value of TPM_ST_NO_SESSIONS and the 4369 The formats defined in this clause only apply when the tag for the response is TPM_ST_NO_SESSIONS. 4469 is TPM_ST_NO_SESSIONS. 5861 TPM_ST_NO_SESSIONS 5910 tag of TPM_ST_NO_SESSIONS. 10184 TPM_ST_NO_SESSIONS
|
D | raw_structures_fixed.txt | 4316 a TPM_ST (UINT16) with a value of TPM_TAG_RSP_COMMAND or TPM_ST_NO_SESSIONS, 4327 Commands defined in this specification will use a tag of either TPM_ST_NO_SESSIONS or 4328 TPM_ST_SESSIONS. Error responses will use a tag value of TPM_ST_NO_SESSIONS and the 4360 The formats defined in this clause only apply when the tag for the response is TPM_ST_NO_SESSIONS. 4460 is TPM_ST_NO_SESSIONS. 5834 TPM_ST_NO_SESSIONS 5883 tag of TPM_ST_NO_SESSIONS. 10197 TPM_ST_NO_SESSIONS
|