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

  /external/tpm2/
Marshal_Sign.c 72 #ifdef TPM_CC_Sign
92 #ifdef TPM_CC_Sign
93 response_buffer = MemoryGetResponseBuffer(TPM_CC_Sign) + 10;
GetCommandCodeString.c 411 #ifdef TPM_CC_Sign
412 case TPM_CC_Sign:
CommandDispatcher.c     [all...]
HandleProcess.c     [all...]
Implementation.h 725 #define TPM_CC_Sign (TPM_CC)(0x0000015D)
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
resource_manager_test.cc 282 std::string command = CreateCommand(TPM_CC_Sign, input_handles,
288 TPM_CC_Sign, expected_input_handles, kNoAuthorization, kNoParameters);
316 command = CreateCommand(TPM_CC_Sign, input_handles, kNoAuthorization,
338 std::string command = CreateCommand(TPM_CC_Sign, input_handles,
342 TPM_CC_Sign, expected_input_handles, kNoAuthorization, kNoParameters);
354 std::string command = CreateCommand(TPM_CC_Sign, input_handles,
508 std::string command = CreateCommand(TPM_CC_Sign, input_handles,
564 std::string command = CreateCommand(TPM_CC_Sign, input_handles,
    [all...]
trunks_client_test.cc 516 result = trial_session->PolicyCommandCode(TPM_CC_Sign);
582 result = policy_session->PolicyCommandCode(TPM_CC_Sign);
615 result = policy_session->PolicyCommandCode(TPM_CC_Sign);
647 result = policy_session->PolicyCommandCode(TPM_CC_Sign);
660 // is not TPM_CC_SIGN. It should fail with TPM_RC_POLICY_CC.
683 result = trial_session->PolicyCommandCode(TPM_CC_Sign);
793 result = policy_session->PolicyCommandCode(TPM_CC_Sign);
    [all...]
tpm_generated.h 599 constexpr TPM_CC TPM_CC_Sign = 0x0000015D;
    [all...]
tpm_generated.cc 127 case TPM_CC_Sign:
351 case TPM_CC_Sign:
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 288 #define TPM_CC_Sign (TPM_CC)(0x0000015D)
    [all...]

Completed in 231 milliseconds