mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 16:53:48 -04:00
SMCCryptAes + Skeleton blocking AES API
This commit is contained in:
parent
21c2405f15
commit
d0beae376f
5 changed files with 96 additions and 1 deletions
|
@ -18,4 +18,8 @@ uint32_t user_unwrap_rsa_wrapped_titlekey(smc_args_t *args);
|
|||
uint32_t user_load_titlekey(smc_args_t *args);
|
||||
uint32_t user_unwrap_aes_wrapped_titlekey(smc_args_t *args);
|
||||
|
||||
|
||||
void set_crypt_aes_done(int done);
|
||||
int get_crypt_aes_done(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue