HomeSort by: relevance | last modified time | path
    Searched refs:hNVStore (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_nv.c 97 TSS_NV_INDEX hNVStore;
109 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &data->comm))
136 result = TCSP_NV_WriteValue_Internal(hContext, hNVStore,
161 TSS_NV_INDEX hNVStore;
173 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &data->comm))
200 result = TCSP_NV_WriteValueAuth_Internal(hContext, hNVStore,
225 TSS_NV_INDEX hNVStore;
237 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &data->comm))
253 result = TCSP_NV_ReadValue_Internal(hContext, hNVStore,
287 TSS_NV_INDEX hNVStore;
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_nv.c 71 TSS_NV_INDEX hNVStore, /* in */
90 if ((result = tpm_rqu_build(TPM_ORD_NV_WriteValue, &off_set, txBlob, hNVStore, offset,
111 TSS_NV_INDEX hNVStore, /* in */
128 if ((result = tpm_rqu_build(TPM_ORD_NV_WriteValueAuth, &off_set, txBlob, hNVStore, offset,
149 TSS_NV_INDEX hNVStore, /* in */
169 if ((result = tpm_rqu_build(TPM_ORD_NV_ReadValue, &off_set, txBlob, hNVStore, offset,
191 TSS_NV_INDEX hNVStore, /* in */
208 if ((result = tpm_rqu_build(TPM_ORD_NV_ReadValueAuth, &off_set, txBlob, hNVStore, offset,
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_nv.c 63 TSS_NV_INDEX hNVStore, /* in */
87 Trspi_LoadBlob_UINT32(&offset64, hNVStore, data);
101 TSS_NV_INDEX hNVStore, /* in */
125 Trspi_LoadBlob_UINT32(&offset64, hNVStore, data);
140 TSS_NV_INDEX hNVStore, /* in */
164 Trspi_LoadBlob_UINT32(&offset64, hNVStore, data);
194 TSS_NV_INDEX hNVStore, /* in */
218 Trspi_LoadBlob_UINT32(&offset64, hNVStore, data);
  /src/crypto/external/cpl/tpm-tools/dist/include/
tpm_tspi.h 124 TSS_RESULT NVDefineSpace(TSS_HNVSTORE hNVStore,
128 TSS_RESULT NVReleaseSpace(TSS_HNVSTORE hNVStore);
130 TSS_RESULT NVWriteValue(TSS_HNVSTORE hNVStore, UINT32 offset,
133 TSS_RESULT NVReadValue(TSS_HNVSTORE hNVStore, UINT32 offset,
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_nv.c 75 TSS_NV_INDEX hNVStore, /* in */
88 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &hte->comm))
123 TSS_NV_INDEX hNVStore, /* in */
136 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &hte->comm))
171 TSS_NV_INDEX hNVStore, /* in */
185 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &hte->comm))
239 TSS_NV_INDEX hNVStore, /* in */
253 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &hte->comm))
  /src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_tspi.c 652 NVDefineSpace(TSS_HNVSTORE hNVStore, TSS_HPCRS hReadPcrComposite ,
656 Tspi_NV_DefineSpace(hNVStore, hReadPcrComposite,
665 NVReleaseSpace(TSS_HNVSTORE hNVStore)
668 Tspi_NV_ReleaseSpace(hNVStore);
676 NVWriteValue(TSS_HNVSTORE hNVStore, UINT32 offset,
680 Tspi_NV_WriteValue(hNVStore, offset,
689 NVReadValue(TSS_HNVSTORE hNVStore, UINT32 offset,
693 Tspi_NV_ReadValue(hNVStore, offset,
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 809 TSS_NV_INDEX hNVStore, // in
818 TSS_NV_INDEX hNVStore, // in
827 TSS_NV_INDEX hNVStore, // in
836 TSS_NV_INDEX hNVStore, // in
tspi.h 943 TSS_HNVSTORE hNVStore, // in
950 TSS_HNVSTORE hNVStore // in
955 TSS_HNVSTORE hNVStore, // in
963 TSS_HNVSTORE hNVStore, // in
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 2625 TSS_NV_INDEX hNVStore, /* in */
2639 result = RPC_NV_WriteValue_TP(entry, hNVStore, offset, ulDataLength,
2654 TSS_NV_INDEX hNVStore, /* in */
2669 result = RPC_NV_WriteValueAuth_TP(entry, hNVStore, offset, ulDataLength,
2684 TSS_NV_INDEX hNVStore, /* in */
2699 result = RPC_NV_ReadValue_TP(entry, hNVStore, offset, pulDataLength,
2713 TSS_NV_INDEX hNVStore, /* in */
2727 result = RPC_NV_ReadValueAuth_TP(entry, hNVStore, offset, pulDataLength,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 983 TSS_NV_INDEX hNVStore, /* in */
991 TSS_NV_INDEX hNVStore, /* in */
999 TSS_NV_INDEX hNVStore, /* in */
1007 TSS_NV_INDEX hNVStore, /* in */

Completed in 22 milliseconds