SMCCryptAes + Skeleton blocking AES API

This commit is contained in:
Michael Scire 2018-02-19 13:26:37 -08:00
parent 21c2405f15
commit d0beae376f
5 changed files with 96 additions and 1 deletions

View file

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