smcComputeCmac implementation.

This commit is contained in:
Michael Scire
2018-02-19 20:28:37 -08:00
parent ff07451280
commit 0340085c67
2 changed files with 34 additions and 0 deletions

View File

@@ -277,6 +277,10 @@ uint32_t smc_crypt_aes(smc_args_t *args) {
return smc_wrapper_async(args, user_crypt_aes, smc_crypt_aes_status_check);
}
uint32_t smc_compute_cmac(smc_args_t *args) {
return smc_wrapper_sync(args, user_compute_cmac);
}
uint32_t smc_cpu_on(smc_args_t *args) {