Tool/software:
Hi,
I am currently experimenting with the Secure Boot related functionalities.
We are trying to figure out various possibilities on HS-SE device
Some of the doubts came across are listed below:
- Is it possible to add MBED TLS to HSM core?
- Is if no, is there any hardware limitation for doing so?
- If yes,
- is there any such implementation which is already available.?
- Is it possible to use that with hardware accelerators ?
- Is there any limitation on adding code to M4 core
- As per my understanding, it is possible to use SHA and AES on R5 core.
- Similarly, i can see AsymCrypt_XXX APIs in the SDK
- So, is it possible to do Asymmetric encryption and decryption from R5 core?
- Is there any example available for the same?
- We have a need for authentication of an image to be done from application image.
- As per my understanding security lib should be added to the application image. Is that correct?
- What are the steps to be followed in doing so?
- Is there any example available for that?