mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
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:
parent
f8dae9b804
commit
fcf0f8508d
@ -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 );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user