mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 14:35:17 -04:00
exo2: implement SmcModularExponentiate(ByStorageKey)
This commit is contained in:
parent
ccba70abfe
commit
8a4019151b
3 changed files with 190 additions and 10 deletions
|
@ -36,6 +36,7 @@ namespace ams::secmon {
|
|||
|
||||
bool LoadRsaKey(int slot, ImportRsaKey which);
|
||||
void LoadProvisionalRsaKey(int slot, ImportRsaKey which);
|
||||
void LoadProvisionalRsaPublicKey(int slot, ImportRsaKey which);
|
||||
|
||||
void SetMasterKey(int generation, const void *src, size_t size);
|
||||
void LoadMasterKey(int slot, int generation);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue