exo2: implement SmcModularExponentiate(ByStorageKey)

This commit is contained in:
Michael Scire 2020-05-20 08:10:54 -07:00 committed by SciresM
parent ccba70abfe
commit 8a4019151b
3 changed files with 190 additions and 10 deletions

View file

@ -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);