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

  /external/tpm2/
Marshal_StartAuthSession.c 85 #ifdef TPM_CC_StartAuthSession
106 #ifdef TPM_CC_StartAuthSession
107 response_buffer = MemoryGetResponseBuffer(TPM_CC_StartAuthSession) + 10;
GetCommandCodeString.c 415 #ifdef TPM_CC_StartAuthSession
416 case TPM_CC_StartAuthSession:
CommandDispatcher.c     [all...]
HandleProcess.c     [all...]
Implementation.h     [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Session.c 85 SendBuffer.Header.commandCode = SwapBytes32(TPM_CC_StartAuthSession);
  /system/tpm/trunks/
resource_manager_test.cc 185 std::string command = CreateCommand(TPM_CC_StartAuthSession, input_handles,
366 CreateCommand(TPM_CC_StartAuthSession, handles,
392 CreateCommand(TPM_CC_StartAuthSession, handles,
    [all...]
tpm_generated.h 621 constexpr TPM_CC TPM_CC_StartAuthSession = 0x00000176;
    [all...]
tpm_generated.cc 51 case TPM_CC_StartAuthSession:
275 case TPM_CC_StartAuthSession:
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 310 #define TPM_CC_StartAuthSession (TPM_CC)(0x00000176)
    [all...]

Completed in 109 milliseconds