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

Unified Diff: src/tcs/tcsi_own.c

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/tcs/tcs_pbg.c ('k') | src/tcs/tcsi_random.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tcs/tcsi_own.c
diff --git a/src/tcs/tcsi_own.c b/src/tcs/tcsi_own.c
index 35ccc38a575e04a2884664e0359594855e972dfe..48361d4adfc830625a4b720b4dbe2674ce29e551 100644
--- a/src/tcs/tcsi_own.c
+++ b/src/tcs/tcsi_own.c
@@ -41,6 +41,7 @@ TCSP_TakeOwnership_Internal(TCS_CONTEXT_HANDLE hContext, /* in */
UINT32 paramSize;
TSS_RESULT result;
TSS_KEY srkKeyContainer;
+ BYTE fake_pubkey[256] = { 0, }, fake_srk[2048] = { 0, };
BYTE oldAuthDataUsage;
BYTE txBlob[TSS_TPM_TXBLOB_SIZE];
@@ -85,7 +86,6 @@ TCSP_TakeOwnership_Internal(TCS_CONTEXT_HANDLE hContext, /* in */
#ifdef TSS_BUILD_PS
{
- BYTE fake_pubkey[256] = { 0, }, fake_srk[2048] = { 0, };
BYTE *save;
/* Once the key file is created, it stays forever. There could be
« no previous file with comments | « src/tcs/tcs_pbg.c ('k') | src/tcs/tcsi_random.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698