Home
last modified time | relevance | path

Searched refs:TPM_HT_NV_INDEX (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
DEntity.c118 case TPM_HT_NV_INDEX: in EntityGetLoadStatus()
212 case TPM_HT_NV_INDEX: in EntityGetAuthValue()
294 case TPM_HT_NV_INDEX: in EntityGetAuthPolicy()
335 case TPM_HT_NV_INDEX: in EntityGetName()
381 case TPM_HT_NV_INDEX: in EntityGetHierarchy()
DNV.c727 if(HandleGetType(handle) == TPM_HT_NV_INDEX) in NvNextIndex()
999 pAssert(HandleGetType(handle) == TPM_HT_NV_INDEX); in NvIsUndefinedIndex()
1033 pAssert(HandleGetType(handle) == TPM_HT_NV_INDEX); in NvIndexIsAccessible()
1223 pAssert(HandleGetType(handle) == TPM_HT_NV_INDEX); in NvGetIndexInfo()
1677 if(HandleGetType(handle) == TPM_HT_NV_INDEX) in NvDeleteEntity()
1721 if(HandleGetType(entityHandle) == TPM_HT_NV_INDEX) in NvFlushHierarchy()
1923 pAssert(HandleGetType(handle) == TPM_HT_NV_INDEX); in NvCapGetIndex()
DGetCapability.c51 case TPM_HT_NV_INDEX: in TPM2_GetCapability()
DSessionProcess.c51 case TPM_HT_NV_INDEX: in IsDAExempted()
322 case TPM_HT_NV_INDEX: in IsAuthValueAvailable()
415 case TPM_HT_NV_INDEX: in IsAuthPolicyAvailable()
843 if(HandleGetType(s_associatedHandles[sessionIndex])!= TPM_HT_NV_INDEX) in CheckPolicyAuthSession()
Dtpm_types.h365 #define TPM_HT_NV_INDEX 0x01 macro
405 #define HR_NV_INDEX (TPM_HT_NV_INDEX << HR_SHIFT)
Dtpm_generated.c7664 if (*target == TPM_HT_NV_INDEX) { in TPM_HT_Unmarshal()