Home
last modified time | relevance | path

Searched refs:hNVStore (Results 1 – 10 of 10) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_nv.c97 TSS_NV_INDEX hNVStore; in tcs_wrap_NV_WriteValue() local
109 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &data->comm)) in tcs_wrap_NV_WriteValue()
136 result = TCSP_NV_WriteValue_Internal(hContext, hNVStore, in tcs_wrap_NV_WriteValue()
161 TSS_NV_INDEX hNVStore; in tcs_wrap_NV_WriteValueAuth() local
173 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &data->comm)) in tcs_wrap_NV_WriteValueAuth()
200 result = TCSP_NV_WriteValueAuth_Internal(hContext, hNVStore, in tcs_wrap_NV_WriteValueAuth()
225 TSS_NV_INDEX hNVStore; in tcs_wrap_NV_ReadValue() local
237 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &data->comm)) in tcs_wrap_NV_ReadValue()
253 result = TCSP_NV_ReadValue_Internal(hContext, hNVStore, in tcs_wrap_NV_ReadValue()
287 TSS_NV_INDEX hNVStore; in tcs_wrap_NV_ReadValueAuth() local
[all …]
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_nv.c71 TSS_NV_INDEX hNVStore, /* in */ in TCSP_NV_WriteValue_Internal() argument
90 if ((result = tpm_rqu_build(TPM_ORD_NV_WriteValue, &off_set, txBlob, hNVStore, offset, in TCSP_NV_WriteValue_Internal()
111 TSS_NV_INDEX hNVStore, /* in */ in TCSP_NV_WriteValueAuth_Internal() argument
128 if ((result = tpm_rqu_build(TPM_ORD_NV_WriteValueAuth, &off_set, txBlob, hNVStore, offset, in TCSP_NV_WriteValueAuth_Internal()
149 TSS_NV_INDEX hNVStore, /* in */ in TCSP_NV_ReadValue_Internal() argument
169 if ((result = tpm_rqu_build(TPM_ORD_NV_ReadValue, &off_set, txBlob, hNVStore, offset, in TCSP_NV_ReadValue_Internal()
191 TSS_NV_INDEX hNVStore, /* in */ in TCSP_NV_ReadValueAuth_Internal() argument
208 if ((result = tpm_rqu_build(TPM_ORD_NV_ReadValueAuth, &off_set, txBlob, hNVStore, offset, in TCSP_NV_ReadValueAuth_Internal()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_nv.c63 TSS_NV_INDEX hNVStore, /* in */ in Transport_NV_WriteValue() argument
87 Trspi_LoadBlob_UINT32(&offset64, hNVStore, data); in Transport_NV_WriteValue()
101 TSS_NV_INDEX hNVStore, /* in */ in Transport_NV_WriteValueAuth() argument
125 Trspi_LoadBlob_UINT32(&offset64, hNVStore, data); in Transport_NV_WriteValueAuth()
140 TSS_NV_INDEX hNVStore, /* in */ in Transport_NV_ReadValue() argument
164 Trspi_LoadBlob_UINT32(&offset64, hNVStore, data); in Transport_NV_ReadValue()
194 TSS_NV_INDEX hNVStore, /* in */ in Transport_NV_ReadValueAuth() argument
218 Trspi_LoadBlob_UINT32(&offset64, hNVStore, data); in Transport_NV_ReadValueAuth()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_nv.c75 TSS_NV_INDEX hNVStore, /* in */ in RPC_NV_WriteValue_TP() argument
88 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &hte->comm)) in RPC_NV_WriteValue_TP()
123 TSS_NV_INDEX hNVStore, /* in */ in RPC_NV_WriteValueAuth_TP() argument
136 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &hte->comm)) in RPC_NV_WriteValueAuth_TP()
171 TSS_NV_INDEX hNVStore, /* in */ in RPC_NV_ReadValue_TP() argument
185 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &hte->comm)) in RPC_NV_ReadValue_TP()
239 TSS_NV_INDEX hNVStore, /* in */ in RPC_NV_ReadValueAuth_TP() argument
253 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &hNVStore, 0, &hte->comm)) in RPC_NV_ReadValueAuth_TP()
/netbsd/crypto/external/cpl/tpm-tools/dist/include/
H A Dtpm_tspi.h124 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,
/netbsd/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_tspi.c652 NVDefineSpace(TSS_HNVSTORE hNVStore, TSS_HPCRS hReadPcrComposite , in NVDefineSpace() argument
656 Tspi_NV_DefineSpace(hNVStore, hReadPcrComposite, in NVDefineSpace()
665 NVReleaseSpace(TSS_HNVSTORE hNVStore) in NVReleaseSpace() argument
668 Tspi_NV_ReleaseSpace(hNVStore); in NVReleaseSpace()
676 NVWriteValue(TSS_HNVSTORE hNVStore, UINT32 offset, in NVWriteValue() argument
680 Tspi_NV_WriteValue(hNVStore, offset, in NVWriteValue()
689 NVReadValue(TSS_HNVSTORE hNVStore, UINT32 offset, in NVReadValue() argument
693 Tspi_NV_ReadValue(hNVStore, offset, in NVReadValue()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtspi.h943 TSS_HNVSTORE hNVStore, // in
950 TSS_HNVSTORE hNVStore // in
955 TSS_HNVSTORE hNVStore, // in
963 TSS_HNVSTORE hNVStore, // in
H A Dtcs.h809 TSS_NV_INDEX hNVStore, // in
818 TSS_NV_INDEX hNVStore, // in
827 TSS_NV_INDEX hNVStore, // in
836 TSS_NV_INDEX hNVStore, // in
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2625 TSS_NV_INDEX hNVStore, /* in */ in RPC_NV_WriteValue() argument
2639 result = RPC_NV_WriteValue_TP(entry, hNVStore, offset, ulDataLength, in RPC_NV_WriteValue()
2654 TSS_NV_INDEX hNVStore, /* in */ in RPC_NV_WriteValueAuth() argument
2669 result = RPC_NV_WriteValueAuth_TP(entry, hNVStore, offset, ulDataLength, in RPC_NV_WriteValueAuth()
2684 TSS_NV_INDEX hNVStore, /* in */ in RPC_NV_ReadValue() argument
2699 result = RPC_NV_ReadValue_TP(entry, hNVStore, offset, pulDataLength, in RPC_NV_ReadValue()
2713 TSS_NV_INDEX hNVStore, /* in */ in RPC_NV_ReadValueAuth() argument
2727 result = RPC_NV_ReadValueAuth_TP(entry, hNVStore, offset, pulDataLength, in RPC_NV_ReadValueAuth()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h983 TSS_NV_INDEX hNVStore, /* in */
991 TSS_NV_INDEX hNVStore, /* in */
999 TSS_NV_INDEX hNVStore, /* in */
1007 TSS_NV_INDEX hNVStore, /* in */