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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_counter.c 74 UINT32 LabelSize;
86 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &LabelSize, 0, &data->comm))
89 if ((pLabel = calloc(1, LabelSize)) == NULL) {
90 LogError("malloc of %u bytes failed.", LabelSize);
94 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, &pLabel, LabelSize, &data->comm)) {
109 result = TCSP_CreateCounter_Internal(hContext, LabelSize, pLabel, encauth, &auth,
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_counter.c 62 UINT32 LabelSize,
74 if (LabelSize != 4) {
75 LogDebugFn("BAD_PARAMETER: LabelSize != 4");
86 LabelSize, pLabel, pOwnerAuth)))
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_counter.c 59 UINT32 LabelSize, /* in (=4) */
74 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &LabelSize, 0, &hte->comm))
76 if (setData(TCSD_PACKET_TYPE_PBYTE, 2, &pLabel, LabelSize, &hte->comm))
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 912 UINT32 LabelSize, // in (=4)
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 2313 UINT32 LabelSize, /* in (=4) */
2328 result = RPC_CreateCounter_TP(entry, LabelSize, pLabel, CounterAuth,
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 896 UINT32 LabelSize,

Completed in 16 milliseconds