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

  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_tick.c 30 UINT32* pulCurrentTime, /* out */
48 if (getData(TCSD_PACKET_TYPE_UINT32, 0, pulCurrentTime, 0, &hte->comm)) {
53 *prgbCurrentTime = malloc(*pulCurrentTime);
55 *pulCurrentTime = 0;
60 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *prgbCurrentTime, *pulCurrentTime,
64 *pulCurrentTime = 0;
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_tick.c 34 UINT32 pulCurrentTime;
45 result = TCSP_ReadCurrentTicks_Internal(hContext, &pulCurrentTime, &prgbCurrentTime);
51 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &pulCurrentTime, 0, &data->comm)) {
55 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, prgbCurrentTime, pulCurrentTime,
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_tick.c 29 UINT32* pulCurrentTime,
48 result = tpm_rsp_parse(TPM_ORD_GetTicks, txBlob, paramSize, pulCurrentTime,
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_tick.c 28 UINT32* pulCurrentTime, /* out */
46 *pulCurrentTime = decLen;
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 2418 UINT32* pulCurrentTime, /* out */
2429 result = RPC_ReadCurrentTicks_TP(entry, pulCurrentTime, prgbCurrentTime);
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 920 UINT32* pulCurrentTime,

Completed in 18 milliseconds