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

  /external/tpm2/
NV_ReadLock.c 37 // TPM_RC_NV_AUTHORIZATION, TPM_RC_NV_LOCKED, or TPM_RC_NV_UNINITIALIZED
45 else if(result == TPM_RC_NV_LOCKED)
NV.c     [all...]
tpm_types.h 81 #define TPM_RC_NV_LOCKED ((TPM_RC)(RC_VER1 + 0x048))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 85 case trunks::TPM_RC_NV_LOCKED:
86 return "TPM_RC_NV_LOCKED";
tpm_generated.h 674 constexpr TPM_RC TPM_RC_NV_LOCKED = RC_VER1 + 0x048;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2NVStorage.c 592 case TPM_RC_NV_LOCKED:
735 case TPM_RC_NV_LOCKED:
    [all...]
  /system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc 109 case trunks::TPM_RC_NV_LOCKED:
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 365 #define TPM_RC_NV_LOCKED (TPM_RC)(RC_VER1 + 0x048)
    [all...]

Completed in 69 milliseconds