hos: Add BIS keys derivation

This commit is contained in:
CTCaer
2020-06-15 14:59:45 +03:00
parent 2aa9055fae
commit edba8ca986
2 changed files with 299 additions and 0 deletions

View File

@@ -96,6 +96,10 @@ typedef struct _launch_ctxt_t
void hos_eks_get();
void hos_eks_save(u32 kb);
void hos_eks_clear(u32 kb);
void hos_eks_bis_save();
void hos_eks_bis_clear();
int hos_keygen(u8 *keyblob, u32 kb, tsec_ctxt_t *tsec_ctxt);
int hos_bis_keygen(u8 *keyblob, u32 kb, tsec_ctxt_t *tsec_ctxt);
void hos_bis_keys_clear();
#endif