Searched refs:prgbCurrentTime (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| H A D | rpc_tick.c | 35 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 D | rpc_tick.c | 31 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 D | tcsi_tick.c | 30 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 D | tsp_tick.c | 29 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 D | tcs.h | 942 BYTE** prgbCurrentTime // out
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 2419 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 D | tcs_utils.h | 921 BYTE** prgbCurrentTime
|