/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | NvDynamic_fp.h | 66 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/ |
D | sapi-nv-policy-locality.int.c | 25 #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/ |
D | NvDynamic.c | 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() [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Entity.c | 280 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/ |
D | NV_ReadPublic.c | 49 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, NULL); in TPM2_NV_ReadPublic()
|
D | NV_ChangeAuth.c | 53 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_ChangeAuth()
|
D | NV_UndefineSpaceSpecial.c | 54 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_UndefineSpaceSpecial()
|
D | NV_UndefineSpace.c | 57 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_UndefineSpace()
|
D | NV_ReadLock.c | 60 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_ReadLock()
|
D | NV_WriteLock.c | 59 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_WriteLock()
|
D | NV_SetBits.c | 59 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_SetBits()
|
D | NV_Read.c | 64 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_Read()
|
D | NV_Increment.c | 54 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_Increment()
|
D | NV_Write.c | 63 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, NULL); in TPM2_NV_Write()
|
D | NV_spt.c | 158 NV_INDEX *nvIndex = NvGetIndexInfo(index, NULL); in NvIsPinPassIndex()
|
D | NV_Extend.c | 59 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_Extend()
|
D | NV_Certify.c | 68 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_NV_Certify()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/AttachedComponent/ |
D | AC_Send.c | 69 NV_INDEX *nvIndex = NvGetIndexInfo(nvAlias, &locator); in TPM2_AC_Send()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/ |
D | PolicyAuthorizeNV.c | 59 NV_INDEX *nvIndex = NvGetIndexInfo(in->nvIndex, &locator); in TPM2_PolicyAuthorizeNV()
|
D | PolicyNV.c | 61 NV_INDEX *nvIndex; in TPM2_PolicyNV()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | Global.h | 436 typedef struct NV_INDEX struct 440 } NV_INDEX; argument 1281 EXTERN NV_INDEX s_cachedNvIndex;
|
D | NV.h | 97 (sizeof(UINT32) + sizeof(NV_INDEX) + sizeof(UINT64))
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Session/ |
D | StartAuthSession.c | 135 NV_INDEX *nvIndex = NvGetIndexInfo(in->bind, NULL); in TPM2_StartAuthSession()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/ |
D | SessionProcess.c | 87 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()
|