mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
fssrv: add ExternalKeyManager (rights-id crypto) for hac2l
This commit is contained in:
parent
3c6d965e1a
commit
df631d74f0
7 changed files with 204 additions and 15 deletions
|
@ -105,4 +105,6 @@ namespace ams::spl {
|
|||
|
||||
Result LoadPreparedAesKey(s32 slot, const AccessKey &access_key);
|
||||
|
||||
Result PrepareCommonEsTitleKey(AccessKey *out, const void *key_source, const size_t key_source_size, int generation);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue