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

  /external/tpm2/
Policy_spt.c 47 return TPM_RC_EXPIRED + nonceParameterNumber;
55 return TPM_RC_EXPIRED + expirationParameterNumber;
SessionProcess.c 720 // TPM_RC_EXPIRED policy session has expired
769 return TPM_RC_EXPIRED;
    [all...]
tpm_types.h 122 #define TPM_RC_EXPIRED ((TPM_RC)(RC_FMT1 + 0x023))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 163 case trunks::TPM_RC_EXPIRED:
164 return "TPM_RC_EXPIRED";
tpm_generated.h 715 constexpr TPM_RC TPM_RC_EXPIRED = RC_FMT1 + 0x023;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 406 #define TPM_RC_EXPIRED (TPM_RC)(RC_FMT1 + 0x023)
    [all...]

Completed in 771 milliseconds