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

  /external/tpm2/
Marshal_RSA_Decrypt.c 72 #ifdef TPM_CC_RSA_Decrypt
93 #ifdef TPM_CC_RSA_Decrypt
94 response_buffer = MemoryGetResponseBuffer(TPM_CC_RSA_Decrypt) + 10;
GetCommandCodeString.c 363 #ifdef TPM_CC_RSA_Decrypt
364 case TPM_CC_RSA_Decrypt:
CommandDispatcher.c 743 #ifdef TPM_CC_RSA_Decrypt
744 case TPM_CC_RSA_Decrypt:
    [all...]
HandleProcess.c     [all...]
Implementation.h 716 #define TPM_CC_RSA_Decrypt (TPM_CC)(0x00000159)
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
trunks_client_test.cc 676 // TPM_CC_RSA_Decrypt. A key created under this policy can only be used
699 result = trial_session->PolicyCommandCode(TPM_CC_RSA_Decrypt);
769 result = policy_session->PolicyCommandCode(TPM_CC_RSA_Decrypt);
    [all...]
tpm_generated.h 596 constexpr TPM_CC TPM_CC_RSA_Decrypt = 0x00000159;
    [all...]
tpm_generated.cc 79 case TPM_CC_RSA_Decrypt:
303 case TPM_CC_RSA_Decrypt:
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 285 #define TPM_CC_RSA_Decrypt (TPM_CC)(0x00000159)
    [all...]

Completed in 271 milliseconds