~ubuntu-branches/ubuntu/raring/trousers/raring-proposed

« back to all changes in this revision

Viewing changes to src/include/tcs_tsp.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-06-18 22:22:21 UTC
  • mfrom: (0.1.22 sid)
  • Revision ID: package-import@ubuntu.com-20120618222221-kumdab5nrfx4kvyh
Tags: 0.3.9-1
* Imported Upstream version 0.3.9
* Refreshed Debian patches
* Removed patch 04-gcc46.patch, not required anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
/* needed by execute transport in the TSP */
91
91
#define TSS_TPM_TXBLOB_HDR_LEN          (sizeof(UINT16) + (2 * sizeof(UINT32)))
92
92
 
 
93
#define TSS_TPM_TXBLOB_SIZE             (4096)
 
94
#define TSS_TXBLOB_WRAPPEDCMD_OFFSET    (TSS_TPM_TXBLOB_HDR_LEN + sizeof(UINT32))
 
95
#define TSS_MAX_AUTHS_CAP               (1024)
 
96
#define TSS_REQ_MGR_MAX_RETRIES         (5)
 
97
 
93
98
#endif