Searched refs:TPM_CC_Startup (Results 1 – 15 of 15) sorted by relevance
/external/tpm2/ |
D | Marshal_Startup.c | 34 #ifdef TPM_CC_Startup in Exec_Startup() 51 #ifdef TPM_CC_Startup in Exec_Startup() 52 response_buffer = MemoryGetResponseBuffer(TPM_CC_Startup) + 10; in Exec_Startup()
|
D | GetCommandCodeString.c | 419 #ifdef TPM_CC_Startup in GetCommandCodeString() 420 case TPM_CC_Startup: in GetCommandCodeString()
|
D | ExecCommand.c | 181 if(( !TPMIsStarted() && commandCode != TPM_CC_Startup) in ExecuteCommand() 182 || (TPMIsStarted() && commandCode == TPM_CC_Startup)) in ExecuteCommand()
|
D | CommandDispatcher.c | 841 #ifdef TPM_CC_Startup in CommandDispatcher() 842 case TPM_CC_Startup: in CommandDispatcher()
|
D | HandleProcess.c | 1233 #ifdef TPM_CC_Startup in ParseHandleBuffer() 1234 case TPM_CC_Startup: in ParseHandleBuffer()
|
D | Implementation.h | 640 #define TPM_CC_Startup (TPM_CC)(0x00000144) macro
|
D | tpm_generated.c | 4872 #ifdef TPM_CC_Startup in TPM_CC_Unmarshal() 4873 if (*target == TPM_CC_Startup) { in TPM_CC_Unmarshal()
|
D | part3.txt | 749 c) If the TPM has not been initialized (TPM2_Startup()), then the commandCode is TPM_CC_Startup 1535 TPM_CC commandCode TPM_CC_Startup {NV} 1560 3 #ifdef TPM_CC_Startup // Conditional expansion of this file
|
D | part4.txt | 3485 167 if(( !TPMIsStarted() && commandCode != TPM_CC_Startup) 3486 168 || (TPMIsStarted() && commandCode == TPM_CC_Startup)) 15805 39 {0x0144, 0, 1, 0, 0, 0, 0, 0, 0}, // TPM_CC_Startup 24861 554 #define TPM_CC_Startup (TPM_CC)(0x00000144)
|
/external/tpm2/generator/ |
D | structures.txt | 161 _NAME TPM_CC_Startup
|
D | commands.txt | 10 _COMMENT TPM_CC_Startup {NV}
|
D | raw_commands.txt | 1188 c) If the TPM has not been initialized (TPM2_Startup()), then the commandCode is TPM_CC_Startup 2388 TPM_CC_Startup {NV}
|
D | raw_commands_fixed.txt | 1188 c) If the TPM has not been initialized (TPM2_Startup()), then the commandCode is TPM_CC_Startup 2388 TPM_CC_Startup {NV}
|
D | raw_structures.txt | 3699 TPM_CC_Startup
|
D | raw_structures_fixed.txt | 3690 TPM_CC_Startup
|