cr_hsm_code : 実際の環境に合わせるべく、AES鍵をモジュールプロテクトに変更

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@41 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
kubodera_yuichi 2009-12-23 01:59:42 +00:00
parent f8dae9b804
commit fcf0f8508d

View File

@ -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 );