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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_maint.c 145 UINT32 dataInSize, dataOutSize;
156 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &dataInSize, 0, &data->comm))
159 dataIn = (BYTE *)malloc(dataInSize);
161 LogError("malloc of %d bytes failed.", dataInSize);
164 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, dataIn, dataInSize, &data->comm)) {
176 result = TCSP_LoadMaintenanceArchive_Internal(hContext, dataInSize, dataIn, &ownerAuth,
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_maint.c 71 UINT32 dataInSize, /* in */
90 if ((result = tpm_rqu_build(TPM_ORD_LoadMaintenanceArchive, &offset, txBlob, dataInSize,
91 dataInSize, dataIn, ownerAuth, NULL)))
tcsi_admin.c 333 UINT32 dataInSize, /* in */
352 if ((result = tpm_rqu_build(TPM_ORD_FieldUpgrade, &offset, txBlob, dataInSize, dataInSize,
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_maint.c 80 UINT32 dataInSize, /* in */
98 dataInSize, dataIn, NULL, &handlesLen, NULL,
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_maint.c 107 UINT32 dataInSize, /* in */
121 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &dataInSize, 0, &hte->comm))
123 if (setData(TCSD_PACKET_TYPE_PBYTE, 2, &dataIn, dataInSize, &hte->comm))
rpc_admin.c 299 UINT32 dataInSize, /* in */
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 697 UINT32 dataInSize, // in
855 UINT32 dataInSize, // in
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 817 UINT32 dataInSize, /* in */
841 UINT32 dataInSize, /* in */
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 2040 UINT32 dataInSize, /* in */
2120 UINT32 dataInSize, /* in */
2134 result = RPC_LoadMaintenanceArchive_TP(entry, dataInSize, dataIn, ownerAuth,

Completed in 233 milliseconds