Home | History | Annotate | Download | only in tpm2

Lines Matching full:uint32

51     UINT32               commandSize;
55 UINT32 parmBufferSize = 0;// number of bytes in parameter area
56 UINT32 handleNum = 0; // number of handles unmarshaled into
65 UINT32 resHandleSize = 0; // size of the handle area in the
69 UINT32 resParmSize = 0; // the size of the response parameters
71 UINT32 resAuthSize = 0; // size of authorization area in the
81 UINT32 i; // local temp
214 UINT32 authorizationSize; // number of bytes in the session area
225 || authorizationSize > (UINT32) size)
292 *responseSize = sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_RC);
303 *responseSize += sizeof(UINT32);
338 UINT32_Marshal((UINT32 *)responseSize, &buffer, &bufferSize);