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

  /external/tpm2/
NV_spt.c 23 // TPM_RC_NV_UNINITIALIZED Try to read an uninitialized index
65 return TPM_RC_NV_UNINITIALIZED;
Startup.c 17 // TPM_RC_NV_UNINITIALIZED the saved state cannot be recovered and a Startup(CLEAR) is
83 return TPM_RC_NV_UNINITIALIZED;
TpmFail.c 218 marshalSize += MarshalUint32(TPM_RC_NV_UNINITIALIZED, &buffer, &bufferSize);
tpm_types.h 83 #define TPM_RC_NV_UNINITIALIZED ((TPM_RC)(RC_VER1 + 0x04A))
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
error_codes.cc 62 case trunks::TPM_RC_NV_UNINITIALIZED: return "TPM_RC_NV_UNINITIALIZED";
tpm_generated.h 645 const TPM_RC TPM_RC_NV_UNINITIALIZED = RC_VER1 + 0x04A;
    [all...]

Completed in 740 milliseconds