mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
エラーハンドリング修正
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@93 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
parent
796b29938d
commit
8dadd0fd25
@ -158,6 +158,8 @@ int cr_generate_id_initialize( u8 id_buf[CR_ID_BUF_SIZE] )
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
ret_code = CR_GENID_INITIALIZE_OK;
|
||||||
|
|
||||||
return ret_code;
|
return ret_code;
|
||||||
} // cr_generate_id_initialize
|
} // cr_generate_id_initialize
|
||||||
|
|
||||||
|
|||||||
@ -156,7 +156,7 @@ int hsm_initialize( void )
|
|||||||
int ret_code = CR_GENID_SUCCESS;
|
int ret_code = CR_GENID_SUCCESS;
|
||||||
|
|
||||||
// HSM のリセット処理
|
// HSM のリセット処理
|
||||||
#ifdef EXE_AUTH__OK
|
#ifdef EXE_AUTH_OK
|
||||||
ret_code = hsm_reset_module();
|
ret_code = hsm_reset_module();
|
||||||
if ( ret_code != CR_GENID_SUCCESS )
|
if ( ret_code != CR_GENID_SUCCESS )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user