Home
last modified time | relevance | path

Searched refs:pulCurrentTime (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_tick.c30 UINT32* pulCurrentTime, /* out */ in RPC_ReadCurrentTicks_TP() argument
48 if (getData(TCSD_PACKET_TYPE_UINT32, 0, pulCurrentTime, 0, &hte->comm)) { in RPC_ReadCurrentTicks_TP()
53 *prgbCurrentTime = malloc(*pulCurrentTime); in RPC_ReadCurrentTicks_TP()
55 *pulCurrentTime = 0; in RPC_ReadCurrentTicks_TP()
60 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *prgbCurrentTime, *pulCurrentTime, in RPC_ReadCurrentTicks_TP()
64 *pulCurrentTime = 0; in RPC_ReadCurrentTicks_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_tick.c34 UINT32 pulCurrentTime; in tcs_wrap_ReadCurrentTicks() local
45 result = TCSP_ReadCurrentTicks_Internal(hContext, &pulCurrentTime, &prgbCurrentTime); in tcs_wrap_ReadCurrentTicks()
51 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &pulCurrentTime, 0, &data->comm)) { in tcs_wrap_ReadCurrentTicks()
55 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, prgbCurrentTime, pulCurrentTime, in tcs_wrap_ReadCurrentTicks()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_tick.c29 UINT32* pulCurrentTime, in TCSP_ReadCurrentTicks_Internal() argument
48 result = tpm_rsp_parse(TPM_ORD_GetTicks, txBlob, paramSize, pulCurrentTime, in TCSP_ReadCurrentTicks_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_tick.c28 UINT32* pulCurrentTime, /* out */ in Transport_ReadCurrentTicks() argument
46 *pulCurrentTime = decLen; in Transport_ReadCurrentTicks()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2418 UINT32* pulCurrentTime, /* out */ in RPC_ReadCurrentTicks() argument
2429 result = RPC_ReadCurrentTicks_TP(entry, pulCurrentTime, prgbCurrentTime); in RPC_ReadCurrentTicks()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h920 UINT32* pulCurrentTime,