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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_evlog.c 94 UINT32 firstEvent, eventCount, totalSize, pcrIndex, i, j;
110 if (getData(TCSD_PACKET_TYPE_UINT32, 3, &eventCount, 0, &data->comm))
113 result = TCS_GetPcrEventsByPcr_Internal(hContext, pcrIndex, firstEvent, &eventCount, &ppEvents);
117 for (i = 0, totalSize = 0; i < eventCount; i++)
120 initData(&data->comm, eventCount + 1);
121 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &eventCount, 0, &data->comm)) {
122 free_external_events(eventCount, ppEvents);
128 for (j = 0; j < eventCount; j++) {
130 free_external_events(eventCount, ppEvents);
136 free_external_events(eventCount, ppEvents)
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_evlog.c 200 free_external_events(UINT32 eventCount, TSS_PCR_EVENT *ppEvents)
207 for (j = 0; j < eventCount; j++) {

Completed in 41 milliseconds