Home
last modified time | relevance | path

Searched refs:NV_INDEX (Results 1 – 24 of 24) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DNvDynamic_fp.h66 NV_INDEX *nvIndex // OUT: place to receive index data
157 NV_INDEX *nvIndex, // IN: the in RAM index descriptor
170 NV_INDEX *nvIndex, // IN: Index
183 NV_INDEX *nvIndex, // IN: the in RAM index descriptor
219 NV_INDEX *
242 NV_INDEX *nvIndex, // IN: the description of the index
259 NV_INDEX *nvIndex, // IN: the description of the index
271 NV_INDEX *nvIndex, // IN: the index over which the name is to be
318 NV_INDEX *nvIndex, // IN: an in RAM index descriptor
/external/tpm2-tss/test/integration/
Dsapi-nv-policy-locality.int.c25 #define NV_INDEX 0x01800003 macro
100 .nvIndex = NV_INDEX, in setup_nv()
155 NV_INDEX, in teardown_nv()
188 NV_INDEX, in nv_write()
189 NV_INDEX, in nv_write()
277 NV_INDEX, in nv_read_test()
278 NV_INDEX, in nv_read_test()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DNvDynamic.c593 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()
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DEntity.c280 NV_INDEX *nvIndex = NvGetIndexInfo(handle, NULL); in EntityGetAuthValue()
368 NV_INDEX *nvIndex = NvGetIndexInfo(handle, NULL); in EntityGetAuthPolicy()
454 NV_INDEX *nvIndex = NvGetIndexInfo(handle, NULL); in EntityGetHierarchy()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/NVStorage/
DNV_ReadPublic.c49 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, NULL); in TPM2_NV_ReadPublic()
DNV_ChangeAuth.c53 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_ChangeAuth()
DNV_UndefineSpaceSpecial.c54 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_UndefineSpaceSpecial()
DNV_UndefineSpace.c57 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_UndefineSpace()
DNV_ReadLock.c60 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_ReadLock()
DNV_WriteLock.c59 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_WriteLock()
DNV_SetBits.c59 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_SetBits()
DNV_Read.c64 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_Read()
DNV_Increment.c54 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_Increment()
DNV_Write.c63 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, NULL); in TPM2_NV_Write()
DNV_spt.c158 NV_INDEX *nvIndex = NvGetIndexInfo(index, NULL); in NvIsPinPassIndex()
DNV_Extend.c59 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_Extend()
DNV_Certify.c68 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_Certify()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/AttachedComponent/
DAC_Send.c69 NV_INDEX *nvIndex = NvGetIndexInfo(nvAlias, &locator); in TPM2_AC_Send()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/
DPolicyAuthorizeNV.c59 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_PolicyAuthorizeNV()
DPolicyNV.c61 NV_INDEX *nvIndex; in TPM2_PolicyNV()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h436 typedef struct NV_INDEX struct
440 } NV_INDEX; argument
1281 EXTERN NV_INDEX s_cachedNvIndex;
DNV.h97 (sizeof(UINT32) + sizeof(NV_INDEX) + sizeof(UINT64))
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Session/
DStartAuthSession.c135 NV_INDEX *nvIndex = NvGetIndexInfo(in->bind, NULL); in TPM2_StartAuthSession()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c87 NV_INDEX *nvIndex = NvGetIndexInfo(handle, NULL); in IsDAExempted()
362 NV_INDEX *nvIndex = NvGetIndexInfo(handle, &locator); in IsAuthValueAvailable()
482 NV_INDEX *nvIndex = NvGetIndexInfo(handle, NULL); in IsAuthPolicyAvailable()
1093 NV_INDEX *nvIndex; in CheckPolicyAuthSession()
1456 NV_INDEX *nvIndex = NvGetIndexInfo(associatedHandle, &locator); in CheckAuthSession()