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

  /system/tpm/trunks/
error_codes.cc 159 case trunks::TPM_RC_RESERVED_BITS:
160 return "TPM_RC_RESERVED_BITS";
tpm_generated.h 713 constexpr TPM_RC TPM_RC_RESERVED_BITS = RC_FMT1 + 0x021;
    [all...]
  /external/tpm2/
marshal_test.c 207 CHECK_EQ(rc, TPM_RC_RESERVED_BITS);
tpm_generated.c     [all...]
tpm_types.h 120 #define TPM_RC_RESERVED_BITS ((TPM_RC)(RC_FMT1 + 0x021))
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 404 #define TPM_RC_RESERVED_BITS (TPM_RC)(RC_FMT1 + 0x021)
    [all...]

Completed in 67 milliseconds