From fcf0f8508dd79e87b9c7ed30a9b2507c60f5f810 Mon Sep 17 00:00:00 2001 From: kubodera_yuichi Date: Wed, 23 Dec 2009 01:59:42 +0000 Subject: [PATCH] =?UTF-8?q?cr=5Fhsm=5Fcode=20:=20=E5=AE=9F=E9=9A=9B?= =?UTF-8?q?=E3=81=AE=E7=92=B0=E5=A2=83=E3=81=AB=E5=90=88=E3=82=8F=E3=81=9B?= =?UTF-8?q?=E3=82=8B=E3=81=B9=E3=81=8F=E3=80=81AES=E9=8D=B5=E3=82=92?= =?UTF-8?q?=E3=83=A2=E3=82=B8=E3=83=A5=E3=83=BC=E3=83=AB=E3=83=97=E3=83=AD?= =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=88=E3=81=AB=E5=A4=89=E6=9B=B4?= 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@41 ff987cc8-cf2f-4642-8568-d52cce064691 --- cr_hsm_code.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cr_hsm_code.c b/cr_hsm_code.c index e509dff..3bc371e 100644 --- a/cr_hsm_code.c +++ b/cr_hsm_code.c @@ -142,7 +142,7 @@ M_ByteBlock *hsmBlobptr = NULL; #ifdef ENCRYPT_AES M_KeyID hsmAeskeyid; -const NFKM_KeyIdent hsmAeskeyident = { (char*)"simple", (char*)"aes-test-key" }; +const NFKM_KeyIdent hsmAeskeyident = { (char*)"simple", (char*)"aes-test-key2" }; NFKM_Key *hsmAeskeyinfo = NULL; // allocate static int hsm_aes_load_key( void );