[HOS] Add CFW custom keygen for 6.2.0

This commit is contained in:
ctcaer@gmail.com
2019-07-06 22:10:23 +03:00
parent 08b84384a6
commit f26cfac10d
3 changed files with 29 additions and 13 deletions

View File

@@ -74,6 +74,6 @@ typedef struct _merge_kip_t
} merge_kip_t;
int hos_launch(ini_sec_t *cfg);
int keygen(u8 *keyblob, u32 kb, tsec_ctxt_t *tsec_ctxt);
int keygen(u8 *keyblob, u32 kb, tsec_ctxt_t *tsec_ctxt, launch_ctxt_t *hos_ctxt);
#endif