Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_transport.c35 UINT32 ulTransControlFlags, ulTransSessionInfoSize, ulSecretSize, ulCurrentTicks, i; in tcs_wrap_EstablishTransport() local
54 if (getData(TCSD_PACKET_TYPE_UINT32, 3, &ulTransSessionInfoSize, 0, &data->comm)) in tcs_wrap_EstablishTransport()
57 rgbTransSessionInfo = malloc(ulTransSessionInfoSize); in tcs_wrap_EstablishTransport()
59 LogError("malloc of %u bytes failed.", ulTransSessionInfoSize); in tcs_wrap_EstablishTransport()
62 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, rgbTransSessionInfo, ulTransSessionInfoSize, in tcs_wrap_EstablishTransport()
92 ulTransSessionInfoSize, rgbTransSessionInfo, in tcs_wrap_EstablishTransport()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_transport.c32 UINT32 ulTransSessionInfoSize, in RPC_EstablishTransport_TP() argument
56 if (setData(TCSD_PACKET_TYPE_UINT32, 3, &ulTransSessionInfoSize, 0, &hte->comm)) in RPC_EstablishTransport_TP()
58 if (setData(TCSD_PACKET_TYPE_PBYTE, 4, rgbTransSessionInfo, ulTransSessionInfoSize, in RPC_EstablishTransport_TP()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_transport.c31 UINT32 ulTransSessionInfoSize, in TCSP_EstablishTransport_Internal() argument
70 LoadBlob(&offset, ulTransSessionInfoSize, txBlob, rgbTransSessionInfo); in TCSP_EstablishTransport_Internal()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h311 UINT32 ulTransSessionInfoSize, // in
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2479 UINT32 ulTransSessionInfoSize, in RPC_EstablishTransport() argument
2499 ulTransSessionInfoSize, in RPC_EstablishTransport()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h936 UINT32 ulTransSessionInfoSize,