key_manager: Add support for loading keys from partition data
This commit is contained in:
parent
d041d6231c
commit
4aad010f7a
2 changed files with 88 additions and 0 deletions
|
@ -158,6 +158,8 @@ public:
|
|||
void DeriveBase();
|
||||
void DeriveETicket(PartitionDataManager data);
|
||||
|
||||
void PopulateFromPartitionData(PartitionDataManager data);
|
||||
|
||||
private:
|
||||
std::map<KeyIndex<S128KeyType>, Key128> s128_keys;
|
||||
std::map<KeyIndex<S256KeyType>, Key256> s256_keys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue