mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
cr_hsm_code : RSA鍵もモジュールプロテクトタイプに変更
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@42 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
parent
fcf0f8508d
commit
a71f297c0d
@ -148,7 +148,7 @@ NFKM_Key *hsmAeskeyinfo = NULL; // allocate
|
||||
static int hsm_aes_load_key( void );
|
||||
#else // !ENCRYPT_AES
|
||||
M_KeyID hsmRsaPrivkeyid, hsmRsaPubkeyid;
|
||||
const NFKM_KeyIdent hsmRsakeyident = { (char*)"simple", (char*)"rsa-priv-key-2048" };
|
||||
const NFKM_KeyIdent hsmRsakeyident = { (char*)"simple", (char*)"rsa-dummy-keypair" };
|
||||
NFKM_Key *hsmRsakeyinfo = NULL; // allocate
|
||||
|
||||
static int hsm_rsa_load_keypair( void );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user