Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Side by Side Diff: src/include/trousers_types.h

Issue 3581012: Upgrade from trousers 0.3.3 to 0.3.6 and from testsuite 0.2 to 0.3. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/trousers.git
Patch Set: git cl push Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/include/threads.h ('k') | src/include/tss/tss_defines.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Licensed Materials - Property of IBM 3 * Licensed Materials - Property of IBM
4 * 4 *
5 * trousers - An open source TCG Software Stack 5 * trousers - An open source TCG Software Stack
6 * 6 *
7 * (C) Copyright International Business Machines Corp. 2004, 2005, 2007 7 * (C) Copyright International Business Machines Corp. 2004, 2005, 2007
8 * 8 *
9 */ 9 */
10 10
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 TPM_KEY_FLAGS keyFlags; 111 TPM_KEY_FLAGS keyFlags;
112 TPM_AUTH_DATA_USAGE authDataUsage; 112 TPM_AUTH_DATA_USAGE authDataUsage;
113 TPM_KEY_PARMS algorithmParms; 113 TPM_KEY_PARMS algorithmParms;
114 UINT32 PCRInfoSize; 114 UINT32 PCRInfoSize;
115 BYTE *PCRInfo; 115 BYTE *PCRInfo;
116 TPM_STORE_PUBKEY pubKey; 116 TPM_STORE_PUBKEY pubKey;
117 UINT32 encSize; 117 UINT32 encSize;
118 BYTE *encData; 118 BYTE *encData;
119 } TSS_KEY; 119 } TSS_KEY;
120 120
121 #if (defined (__linux) || defined (linux)) 121 #if (defined (__linux) || defined (linux) || defined (SOLARIS) || defined (__GLI BC__))
122 #define BSD_CONST 122 #define BSD_CONST
123 #elif (defined (__OpenBSD__) || defined (__FreeBSD__)) 123 #elif (defined (__OpenBSD__) || defined (__FreeBSD__))
124 #define BSD_CONST const 124 #define BSD_CONST const
125 #endif 125 #endif
126 126
127 127
128 #endif 128 #endif
OLDNEW
« no previous file with comments | « src/include/threads.h ('k') | src/include/tss/tss_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698