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:
kubodera_yuichi 2009-12-23 02:09:00 +00:00
parent fcf0f8508d
commit a71f297c0d

View File

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