HomeSort by relevance Sort by last modified time
    Searched refs:TPM_CC_ContextLoad (Results 1 - 11 of 11) sorted by null

  /external/tpm2/
Marshal_ContextLoad.c 62 #ifdef TPM_CC_ContextLoad
83 #ifdef TPM_CC_ContextLoad
84 response_buffer = MemoryGetResponseBuffer(TPM_CC_ContextLoad) + 10;
GetCommandCodeString.c 51 #ifdef TPM_CC_ContextLoad
52 case TPM_CC_ContextLoad:
CommandDispatcher.c 197 #ifdef TPM_CC_ContextLoad
198 case TPM_CC_ContextLoad:
    [all...]
HandleProcess.c 151 #ifdef TPM_CC_ContextLoad
152 case TPM_CC_ContextLoad:
    [all...]
Implementation.h 734 #define TPM_CC_ContextLoad (TPM_CC)(0x00000161)
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
resource_manager_test.cc 684 TPM_CC_ContextLoad, kNoHandles, kNoAuthorization, context_parameter1);
686 CreateCommand(TPM_CC_ContextLoad, kNoHandles, kNoAuthorization,
    [all...]
resource_manager.cc 135 if (command_info.code == TPM_CC_ContextLoad) {
tpm_generated.h 602 constexpr TPM_CC TPM_CC_ContextLoad = 0x00000161;
    [all...]
tpm_generated.cc 213 case TPM_CC_ContextLoad:
437 case TPM_CC_ContextLoad:
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 291 #define TPM_CC_ContextLoad (TPM_CC)(0x00000161)
    [all...]

Completed in 79 milliseconds