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

  /external/tpm2/
Marshal_GetCapability.c 72 #ifdef TPM_CC_GetCapability
93 #ifdef TPM_CC_GetCapability
94 response_buffer = MemoryGetResponseBuffer(TPM_CC_GetCapability) + 10;
GetCommandCodeString.c 123 #ifdef TPM_CC_GetCapability
124 case TPM_CC_GetCapability:
TpmFail.c 223 case TPM_CC_GetCapability:
CommandDispatcher.c 323 #ifdef TPM_CC_GetCapability
324 case TPM_CC_GetCapability:
    [all...]
HandleProcess.c 335 #ifdef TPM_CC_GetCapability
336 case TPM_CC_GetCapability:
    [all...]
Implementation.h     [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Capability.c 93 SendBuffer.Header.commandCode = SwapBytes32(TPM_CC_GetCapability);
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 314 #define TPM_CC_GetCapability (TPM_CC)(0x0000017A)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 625 constexpr TPM_CC TPM_CC_GetCapability = 0x0000017A;
    [all...]
tpm_generated.cc 225 case TPM_CC_GetCapability:
449 case TPM_CC_GetCapability:
    [all...]

Completed in 556 milliseconds