Home
last modified time | relevance | path

Searched refs:prgbCurrentTime (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_tick.c35 BYTE *prgbCurrentTime; in tcs_wrap_ReadCurrentTicks() local
45 result = TCSP_ReadCurrentTicks_Internal(hContext, &pulCurrentTime, &prgbCurrentTime); in tcs_wrap_ReadCurrentTicks()
52 free(prgbCurrentTime); in tcs_wrap_ReadCurrentTicks()
55 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, prgbCurrentTime, pulCurrentTime, in tcs_wrap_ReadCurrentTicks()
57 free(prgbCurrentTime); in tcs_wrap_ReadCurrentTicks()
60 free(prgbCurrentTime); in tcs_wrap_ReadCurrentTicks()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_tick.c31 BYTE** prgbCurrentTime) /* out */ in RPC_ReadCurrentTicks_TP() argument
53 *prgbCurrentTime = malloc(*pulCurrentTime); in RPC_ReadCurrentTicks_TP()
54 if (*prgbCurrentTime == NULL) { in RPC_ReadCurrentTicks_TP()
60 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *prgbCurrentTime, *pulCurrentTime, in RPC_ReadCurrentTicks_TP()
62 free(*prgbCurrentTime); in RPC_ReadCurrentTicks_TP()
63 *prgbCurrentTime = NULL; in RPC_ReadCurrentTicks_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_tick.c30 BYTE** prgbCurrentTime) in TCSP_ReadCurrentTicks_Internal() argument
49 prgbCurrentTime, NULL); in TCSP_ReadCurrentTicks_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_tick.c29 BYTE** prgbCurrentTime) /* out */ in Transport_ReadCurrentTicks() argument
47 *prgbCurrentTime = dec; in Transport_ReadCurrentTicks()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h942 BYTE** prgbCurrentTime // out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2419 BYTE** prgbCurrentTime) /* 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.h921 BYTE** prgbCurrentTime