Home
last modified time | relevance | path

Searched refs:nvIndex (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_nv.c60 if ((result = obj_nvstore_get_index(hNvstore, &nv_data_public.nvIndex))) in Tspi_NV_DefineSpace()
77 if (nv_data_public.nvIndex == Decode_UINT32(pResult + i * sizeof(UINT32))) { in Tspi_NV_DefineSpace()
106 Trspi_LoadBlob_UINT32(&NVPublic_DataSize, nv_data_public.nvIndex, NVPublicData); in Tspi_NV_DefineSpace()
178 if ((result = obj_nvstore_get_index(hNvstore, &nv_data_public.nvIndex))) in Tspi_NV_ReleaseSpace()
195 if (nv_data_public.nvIndex == Decode_UINT32(pResult + i * sizeof(UINT32))) { in Tspi_NV_ReleaseSpace()
214 Trspi_LoadBlob_UINT32(&NVPublic_DataSize, nv_data_public.nvIndex, NVPublicData); in Tspi_NV_ReleaseSpace()
287 if ((result = obj_nvstore_get_index(hNvstore, &nv_data_public.nvIndex))) in Tspi_NV_WriteValue()
307 result |= Trspi_Hash_UINT32(&hashCtx, nv_data_public.nvIndex); in Tspi_NV_WriteValue()
322 nv_data_public.nvIndex, in Tspi_NV_WriteValue()
339 result |= Trspi_Hash_UINT32(&hashCtx, nv_data_public.nvIndex); in Tspi_NV_WriteValue()
[all …]
H A Dobj_nv.c104 nvstore->nvIndex = index; in obj_nvstore_set_index()
123 *index = nvstore->nvIndex; in obj_nvstore_get_index()
326 if (nvstore->nvIndex == Decode_UINT32(pResult + i * sizeof(UINT32))) { in obj_nvstore_get_datapublic()
340 sizeof(UINT32), (BYTE *)(&(nvstore->nvIndex)), in obj_nvstore_get_datapublic()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_nv.h22 TPM_NV_INDEX nvIndex; member
33 TPM_NV_INDEX nvIndex; member
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm.h1224 TPM_NV_INDEX nvIndex; member
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c2801 Trspi_UnloadBlob_NV_INDEX(offset, blob, &v->nvIndex); in Trspi_UnloadBlob_NV_DATA_PUBLIC()