About encrypt a data using the following API on LPC55S69.
The following macro definition is defined in the API specification. https://developer.arm.com/documentation/ihi0086/latest/
I have mbedtls enabled and tried to build the SDK, but crypto_sizes.h doesn't have these macro definitions.
Why is no define?
Solved! Go to Solution.
Hi Shinji,
According to the same document you are referring those macros were added in 1.0 beta 3 version. You can see this in the C.1.2 Changes between 1.0 beta 3 and 1.0.0 section of the document.
Our latest SDK is using Platform Security Architecture APIs Version 1.0 so these new macros are still not reflected in our drivers.
Best regards,
Felipe
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct"button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored. Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
------------------------------------------------------------------------------
Hi, Felipe Garcia.
Thank you for answering.
Hi Shinji,
According to the same document you are referring those macros were added in 1.0 beta 3 version. You can see this in the C.1.2 Changes between 1.0 beta 3 and 1.0.0 section of the document.
Our latest SDK is using Platform Security Architecture APIs Version 1.0 so these new macros are still not reflected in our drivers.
Best regards,
Felipe
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct"button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored. Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
------------------------------------------------------------------------------