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

  /external/tpm2/
Marshal_NV_Read.c 69 #ifdef TPM_CC_NV_Read
89 #ifdef TPM_CC_NV_Read
90 response_buffer = MemoryGetResponseBuffer(TPM_CC_NV_Read) + 10;
GetCommandCodeString.c 215 #ifdef TPM_CC_NV_Read
216 case TPM_CC_NV_Read:
CommandCodeAttributes.c 225 case TPM_CC_NV_Read:
CommandDispatcher.c 484 #ifdef TPM_CC_NV_Read
485 case TPM_CC_NV_Read:
    [all...]
HandleProcess.c 595 #ifdef TPM_CC_NV_Read
596 case TPM_CC_NV_Read:
    [all...]
Implementation.h 683 #define TPM_CC_NV_Read (TPM_CC)(0x0000014E)
    [all...]
tpm_generated.c     [all...]
  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc 289 trunks::TPM_CC_NV_Read, policy_session.get())) {
583 trunks::TPM_CC_NV_WriteLock, trunks::TPM_CC_NV_Read,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2NVStorage.c 544 SendBuffer.Header.commandCode = SwapBytes32(TPM_CC_NV_Read);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 274 #define TPM_CC_NV_Read (TPM_CC)(0x0000014E)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 585 constexpr TPM_CC TPM_CC_NV_Read = 0x0000014E;
    [all...]
tpm_generated.cc 249 case TPM_CC_NV_Read:
473 case TPM_CC_NV_Read:
    [all...]

Completed in 189 milliseconds