Home
last modified time | relevance | path

Searched refs:NvRead (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DNvReserved.c193 NvRead( in NvRead() function
261 NvRead(&gp, NV_PERSISTENT_DATA, sizeof(gp)); in NvReadPersistent()
DNvDynamic.c110 NvRead(&header, *iter, sizeof(NV_ENTRY_HEADER)); in NvNext()
351 NvRead(&entrySize, entryRef, sizeof(UINT32)); in NvDelete()
597 NvRead(nvIndex, ref, sizeof(NV_INDEX)); in NvReadNvIndexInfo()
611 NvRead(object, (ref + sizeof(TPM_HANDLE)), sizeof(OBJECT)); in NvReadObject()
679 NvRead(&attributes, in NvReadNvIndexAttributes()
905 NvRead(data, locator + sizeof(NV_INDEX) + offset, size); in NvGetIndexData()
1409 NvRead(&attributes, in NvFlushHierarchy()
1754 NvRead(s_indexOrderlyRam, NV_INDEX_RAM_DATA, sizeof(s_indexOrderlyRam)); in NvEntityStartup()
1927 NvRead(&maxCount, iter + sizeof(UINT32), sizeof(maxCount)); in NvGetMaxCount()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Startup/
DStartup.c126 NvRead(&gr, NV_STATE_RESET_DATA, sizeof(gr)); in TPM2_Startup()
132 NvRead(&gc, NV_STATE_CLEAR_DATA, sizeof(gc)); in TPM2_Startup()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DNvReserved_fp.h88 NvRead(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/events/
D_TPM_Init.c87 NvRead(&go, NV_ORDERLY_DATA, sizeof(go)); in _TPM_Init()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h1072 NvRead(&to, offsetof(PERSISTENT_DATA, from), sizeof(to))
/external/tpm2-tss/doc/
Ddoxygen.dox1486 FAPI functions to invoke NvRead either as one-call or in an asynchronous manner.