Home
last modified time | relevance | path

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

/dports/security/trousers/trousers-0.3.14_3/src/tspi/rpc/tcstp/
H A Drpc_transport.c97 if (*prgbCurrentTicks == NULL) { in RPC_EstablishTransport_TP()
105 free(*prgbCurrentTicks); in RPC_EstablishTransport_TP()
106 *prgbCurrentTicks = NULL; in RPC_EstablishTransport_TP()
335 free(*prgbCurrentTicks); in RPC_ReleaseTransportSigned_TP()
336 *prgbCurrentTicks = NULL; in RPC_ReleaseTransportSigned_TP()
341 free(*prgbCurrentTicks); in RPC_ReleaseTransportSigned_TP()
342 *prgbCurrentTicks = NULL; in RPC_ReleaseTransportSigned_TP()
349 free(*prgbCurrentTicks); in RPC_ReleaseTransportSigned_TP()
350 *prgbCurrentTicks = NULL; in RPC_ReleaseTransportSigned_TP()
357 free(*prgbCurrentTicks); in RPC_ReleaseTransportSigned_TP()
[all …]
/dports/security/trousers/trousers-0.3.14_3/src/tcs/rpc/tcstp/
H A Drpc_transport.c107 free(prgbCurrentTicks); in tcs_wrap_EstablishTransport()
112 free(prgbCurrentTicks); in tcs_wrap_EstablishTransport()
116 free(prgbCurrentTicks); in tcs_wrap_EstablishTransport()
120 free(prgbCurrentTicks); in tcs_wrap_EstablishTransport()
125 free(prgbCurrentTicks); in tcs_wrap_EstablishTransport()
128 free(prgbCurrentTicks); in tcs_wrap_EstablishTransport()
370 free(prgbCurrentTicks); in tcs_wrap_ReleaseTransportSigned()
375 free(prgbCurrentTicks); in tcs_wrap_ReleaseTransportSigned()
380 free(prgbCurrentTicks); in tcs_wrap_ReleaseTransportSigned()
386 free(prgbCurrentTicks); in tcs_wrap_ReleaseTransportSigned()
[all …]
/dports/security/trousers/trousers-0.3.14_3/src/tcs/
H A Dtcsi_transport.c39 BYTE** prgbCurrentTicks, in TCSP_EstablishTransport_Internal() argument
97 *prgbCurrentTicks = malloc(*ulCurrentTicks); in TCSP_EstablishTransport_Internal()
98 if (*prgbCurrentTicks == NULL) { in TCSP_EstablishTransport_Internal()
103 UnloadBlob(&offset, *ulCurrentTicks, txBlob, *prgbCurrentTicks); in TCSP_EstablishTransport_Internal()
434 BYTE** prgbCurrentTicks, in TCSP_ReleaseTransportSigned_Internal() argument
488 *prgbCurrentTicks = malloc(*pulCurrentTicksSize); in TCSP_ReleaseTransportSigned_Internal()
489 if (*prgbCurrentTicks == NULL) { in TCSP_ReleaseTransportSigned_Internal()
494 UnloadBlob(&offset, *pulCurrentTicksSize, txBlob, *prgbCurrentTicks); in TCSP_ReleaseTransportSigned_Internal()
499 free(*prgbCurrentTicks); in TCSP_ReleaseTransportSigned_Internal()
/dports/security/trousers/trousers-0.3.14_3/src/include/tss/
H A Dtcs.h319 BYTE** prgbCurrentTicks, // out
348 BYTE** prgbCurrentTicks, // out
/dports/security/trousers/trousers-0.3.14_3/src/tspi/rpc/
H A Dtcs_api.c2487 BYTE** prgbCurrentTicks, in RPC_EstablishTransport() argument
2503 prgbCurrentTicks, pTransNonce); in RPC_EstablishTransport()
2566 BYTE** prgbCurrentTicks, in RPC_ReleaseTransportSigned() argument
2582 prgbCurrentTicks, pulSignatureSize, in RPC_ReleaseTransportSigned()
/dports/security/trousers/trousers-0.3.14_3/src/include/
H A Dtcs_utils.h958 BYTE** prgbCurrentTicks,
984 BYTE** prgbCurrentTicks,