Home
last modified time | relevance | path

Searched refs:NV_ReadValue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_nv.c447 if ((result = TCS_API(tspContext)->NV_ReadValue(tspContext, in Tspi_NV_ReadValue()
499 if ((result = TCS_API(tspContext)->NV_ReadValue(tspContext, in Tspi_NV_ReadValue()
506 if ((result = TCS_API(tspContext)->NV_ReadValue(tspContext, nv_data_public.nvIndex, in Tspi_NV_ReadValue()
H A Dspi_utils.c159 .NV_ReadValue = RPC_NV_ReadValue,
306 .NV_ReadValue = Transport_NV_ReadValue,
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Drpc_tcstp_tcs.h287 DECLARE_TCSTP_FUNC(NV_ReadValue);
H A Dspi_utils.h598 TSS_RESULT (*NV_ReadValue)(TSS_HCONTEXT, TSS_NV_INDEX, UINT32, UINT32*, TPM_AUTH*, BYTE**); member