Home
last modified time | relevance | path

Searched refs:nvHandle (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DNV_spt.c29 TPM_HANDLE nvHandle // IN: the handle of the NV index to be written in NvReadAccessChecks() argument
34 NvGetIndexInfo(nvHandle, &nvIndex); in NvReadAccessChecks()
59 else if(authHandle != nvHandle) in NvReadAccessChecks()
87 TPM_HANDLE nvHandle // IN: the handle of the NV index to be written in NvWriteAccessChecks() argument
92 NvGetIndexInfo(nvHandle, &nvIndex); in NvWriteAccessChecks()
117 else if(authHandle != nvHandle) in NvWriteAccessChecks()
DNV_spt_fp.h12 TPM_HANDLE nvHandle // IN: the handle of the NV index to be written
16 TPM_HANDLE nvHandle // IN: the handle of the NV index to be written
DNV.c951 TPMI_RH_NV_INDEX nvHandle; in NvEntityStartup() local
954 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &nvHandle); in NvEntityStartup()
958 NvGetIntIndexData(nvHandle, &nvIndex, &counter); in NvEntityStartup()
963 NvWriteIndexData(nvHandle, &nvIndex, 0, sizeof(counter), &counter); in NvEntityStartup()
1254 TPMI_RH_NV_INDEX nvHandle; in NvInitialCounter() local
1257 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &nvHandle); in NvInitialCounter()
1259 NvGetIndexInfo(nvHandle, &nvIndex); in NvInitialCounter()
1265 NvGetIntIndexData(nvHandle, &nvIndex, &countValue); in NvInitialCounter()