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

  /external/tpm2/
Marshal_GetRandom.c 62 #ifdef TPM_CC_GetRandom
83 #ifdef TPM_CC_GetRandom
84 response_buffer = MemoryGetResponseBuffer(TPM_CC_GetRandom) + 10;
GetCommandCodeString.c 131 #ifdef TPM_CC_GetRandom
132 case TPM_CC_GetRandom:
CommandDispatcher.c 337 #ifdef TPM_CC_GetRandom
338 case TPM_CC_GetRandom:
    [all...]
HandleProcess.c 357 #ifdef TPM_CC_GetRandom
358 case TPM_CC_GetRandom:
    [all...]
Implementation.h     [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 315 #define TPM_CC_GetRandom (TPM_CC)(0x0000017B)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 626 constexpr TPM_CC TPM_CC_GetRandom = 0x0000017B;
    [all...]
tpm_generated.cc 95 case TPM_CC_GetRandom:
319 case TPM_CC_GetRandom:
    [all...]

Completed in 64 milliseconds