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

/external/tpm2/
H A 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
H A DNV_spt.c29 TPM_HANDLE nvHandle // IN: the handle of the NV index to be written
34 NvGetIndexInfo(nvHandle, &nvIndex);
59 else if(authHandle != nvHandle)
87 TPM_HANDLE nvHandle // IN: the handle of the NV index to be written
92 NvGetIndexInfo(nvHandle, &nvIndex);
117 else if(authHandle != nvHandle)
H A DNV.c952 TPMI_RH_NV_INDEX nvHandle;
955 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &nvHandle);
959 NvGetIntIndexData(nvHandle, &nvIndex, &counter);
964 NvWriteIndexData(nvHandle, &nvIndex, 0, sizeof(counter), &counter);
1255 TPMI_RH_NV_INDEX nvHandle;
1258 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &nvHandle);
1260 NvGetIndexInfo(nvHandle, &nvIndex);
1266 NvGetIntIndexData(nvHandle, &nvIndex, &countValue);
951 TPMI_RH_NV_INDEX nvHandle; local
1254 TPMI_RH_NV_INDEX nvHandle; local

Completed in 162 milliseconds