Lines Matching refs:NV_INDEX
593 NV_INDEX *nvIndex // OUT: place to receive index data in NvReadNvIndexInfo()
597 NvRead(nvIndex, ref, sizeof(NV_INDEX)); in NvReadNvIndexInfo()
680 locator + offsetof(NV_INDEX, publicArea.attributes), in NvReadNvIndexAttributes()
712 locator + offsetof(NV_INDEX, publicArea.attributes), in NvWriteNvIndexAttributes()
782 NV_INDEX *nvIndex = NvGetIndexInfo(handle, NULL); in NvIndexIsAccessible()
877 NV_INDEX *nvIndex, // IN: the in RAM index descriptor in NvGetIndexData()
905 NvRead(data, locator + sizeof(NV_INDEX) + offset, size); in NvGetIndexData()
916 NV_INDEX *nvIndex, // IN: Index in NvHashIndexData()
956 NV_INDEX *nvIndex, // IN: the in RAM index descriptor in NvGetUINT64Data()
1017 locator + offsetof(NV_INDEX, authValue), in NvWriteIndexAuth()
1031 NV_INDEX *
1074 NV_INDEX *nvIndex, // IN: the description of the index in NvWriteIndexData()
1110 _plat__NvMemoryClear(s_cachedNvRef + sizeof(NV_INDEX), in NvWriteIndexData()
1147 result = NvConditionallyWrite(s_cachedNvRef + sizeof(NV_INDEX) + offset, in NvWriteIndexData()
1164 NV_INDEX *nvIndex, // IN: the description of the index in NvWriteUINT64Data()
1182 NV_INDEX *nvIndex, // IN: the index over which the name is to be in NvGetIndexName()
1222 NV_INDEX *nvIndex = NvGetIndexInfo(handle, NULL); in NvGetNameByIndexHandle()
1239 NV_INDEX nvIndex; // the index data in NvDefineIndex()
1243 entrySize = sizeof(NV_INDEX); in NvDefineIndex()
1268 result = NvAdd(entrySize, sizeof(NV_INDEX), TPM_RH_UNASSIGNED, in NvDefineIndex()
1322 NV_INDEX *nvIndex, // IN: an in RAM index descriptor in NvDeleteIndex()
1384 NV_INDEX nvIndex; in NvFlushHierarchy()