apache / incubator-teaclave-trustzone-sdk

Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
https://teaclave.apache.org
Apache License 2.0
206 stars 59 forks source link

add support for new TEE API and update examples/aes/ta #25

Closed DemesneGH closed 3 years ago

DemesneGH commented 3 years ago

Hi @mssun A new API was defined in OPTEE 3.9.0+ which is TEE_IsAlgorithmSupported. So I've updated:

  1. function wrapper is_algorithm_supported for TEE_IsAlgorithmSupported
  2. examples/aes/ta to test is_algorithm_supported

Best Regards, Yuan