Home | History | Annotate | Download | only in tpm2

Lines Matching refs:total_size

14   UINT16 total_size = 0;
23 // Don't add to total_size, but increment *buffer and decrement *size.
27 total_size += TPM2B_PRIVATE_Marshal(&source->outPrivate, buffer, size);
28 total_size += TPM2B_PUBLIC_Marshal(&source->outPublic, buffer, size);
29 total_size +=
31 total_size += TPM2B_DIGEST_Marshal(&source->creationHash, buffer, size);
32 total_size += TPMT_TK_CREATION_Marshal(&source->creationTicket, buffer, size);
33 // Compute actual parameter_size. Don't add result to total_size.
35 parameter_size = total_size - num_response_handles * sizeof(TPM_HANDLE);
39 return total_size;