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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2NVStorage.c 27 #define RC_NV_DefineSpace_auth (TPM_RC_P + TPM_RC_1)
28 #define RC_NV_DefineSpace_publicInfo (TPM_RC_P + TPM_RC_2)
35 #define RC_NV_Read_size (TPM_RC_P + TPM_RC_1)
36 #define RC_NV_Read_offset (TPM_RC_P + TPM_RC_2)
40 #define RC_NV_Write_data (TPM_RC_P + TPM_RC_1)
41 #define RC_NV_Write_offset (TPM_RC_P + TPM_RC_2)
    [all...]
  /system/tpm/trunks/
error_codes.cc 325 if (error & TPM_RC_P) {
tpm_generated.h 751 constexpr TPM_RC TPM_RC_P = 0x040;
    [all...]
  /external/tpm2/
tpm_types.h 158 #define TPM_RC_P 0x040
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 442 #define TPM_RC_P (TPM_RC)(0x040)
    [all...]

Completed in 1441 milliseconds