mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
smcDecryptRsaPrivateKey
This commit is contained in:
parent
81b874cc14
commit
3d80b4edbc
4 changed files with 58 additions and 2 deletions
|
@ -309,6 +309,10 @@ uint32_t smc_compute_cmac(smc_args_t *args) {
|
|||
return smc_wrapper_sync(args, user_compute_cmac);
|
||||
}
|
||||
|
||||
uint32_t smc_decrypt_rsa_private_key(smc_args_t *args) {
|
||||
return smc_wrapper_sync(args, user_decrypt_rsa_private_key);
|
||||
}
|
||||
|
||||
uint32_t smc_rsa_oaep(smc_args_t *args) {
|
||||
return smc_wrapper_async(args, user_rsa_oaep, smc_exp_mod_get_result);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue