From f940213a34f23ba6a8f052dc5bdbb57ab08e32c1 Mon Sep 17 00:00:00 2001 From: kubodera_yuichi Date: Fri, 29 Jan 2010 11:08:32 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B33?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@193 ff987cc8-cf2f-4642-8568-d52cce064691 --- trunk/cr_generate_id_private.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/trunk/cr_generate_id_private.h b/trunk/cr_generate_id_private.h index a0cdcd3..7caaaea 100644 --- a/trunk/cr_generate_id_private.h +++ b/trunk/cr_generate_id_private.h @@ -129,10 +129,6 @@ extern "C" { #include #include "ec_lcl.h" // EC_KEY (=ec_key_st) 構造体の参照に必要 -//#define DEBUG_PRINT 1 -//#define DEBUG_DEVICE_CERT_OUTPUT_FILE -//#define DEBUG_EFUSE_ID_OUTPUT_FILE - #ifdef DEBUG_PRINT #define DEBUG_PRINT_ARRAY DebugPrintArray #else // !DEBUG_PRINT @@ -141,8 +137,8 @@ extern "C" { #define ENCRYPT_AES 1 // 定義を有効でFIX.(これが未定義の場合、IDの暗号化がRSAになる。) -#define CR_GEN_ID_VERSION 2 // シャープへのリリースごとにUPする。 - // 2010/01/13 Release ver.2 +#define CR_GEN_ID_VERSION 3 // シャープへのリリースごとにUPする。 + // 2010/01/29 Release ver.3 #ifdef USE_HSM #define CR_GEN_ID_MAGICCODE 0xdeadb00f; /* 最終的にはこちらで動作。0xdeadbeefにするとRSAでコケる。 */ #else // !USE_HSM