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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_transport.c 35 UINT32 ulTransControlFlags, ulTransSessionInfoSize, ulSecretSize, ulCurrentTicks, i;
54 if (getData(TCSD_PACKET_TYPE_UINT32, 3, &ulTransSessionInfoSize, 0, &data->comm))
57 rgbTransSessionInfo = malloc(ulTransSessionInfoSize);
59 LogError("malloc of %u bytes failed.", ulTransSessionInfoSize);
62 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, rgbTransSessionInfo, ulTransSessionInfoSize,
92 ulTransSessionInfoSize, rgbTransSessionInfo,
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_transport.c 32 UINT32 ulTransSessionInfoSize,
56 if (setData(TCSD_PACKET_TYPE_UINT32, 3, &ulTransSessionInfoSize, 0, &hte->comm))
58 if (setData(TCSD_PACKET_TYPE_PBYTE, 4, rgbTransSessionInfo, ulTransSessionInfoSize,
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_transport.c 31 UINT32 ulTransSessionInfoSize,
70 LoadBlob(&offset, ulTransSessionInfoSize, txBlob, rgbTransSessionInfo);
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 311 UINT32 ulTransSessionInfoSize, // in
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 2479 UINT32 ulTransSessionInfoSize,
2499 ulTransSessionInfoSize,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 936 UINT32 ulTransSessionInfoSize,

Completed in 71 milliseconds