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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_tick.c 35 BYTE *prgbCurrentTime;
45 result = TCSP_ReadCurrentTicks_Internal(hContext, &pulCurrentTime, &prgbCurrentTime);
52 free(prgbCurrentTime);
55 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, prgbCurrentTime, pulCurrentTime,
57 free(prgbCurrentTime);
60 free(prgbCurrentTime);
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_tick.c 31 BYTE** prgbCurrentTime) /* out */
53 *prgbCurrentTime = malloc(*pulCurrentTime);
54 if (*prgbCurrentTime == NULL) {
60 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *prgbCurrentTime, *pulCurrentTime,
62 free(*prgbCurrentTime);
63 *prgbCurrentTime = NULL;
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_tick.c 30 BYTE** prgbCurrentTime)
49 prgbCurrentTime, NULL);
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_tick.c 29 BYTE** prgbCurrentTime) /* out */
47 *prgbCurrentTime = dec;
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 942 BYTE** prgbCurrentTime // out
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 2419 BYTE** prgbCurrentTime) /* out */
2429 result = RPC_ReadCurrentTicks_TP(entry, pulCurrentTime, prgbCurrentTime);
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 921 BYTE** prgbCurrentTime

Completed in 57 milliseconds