You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/12/13 04:28:52 UTC

[GitHub] [mynewt-core] nkaje opened a new pull request #2131: da1469x: Add Encrypted Flash Driver

nkaje opened a new pull request #2131: da1469x: Add Encrypted Flash Driver
URL: https://github.com/apache/mynewt-core/pull/2131
 
 
   Add Encrypted Flash Driver that makes use of the AES encrypt engine
   on the SoC. The driver supports CTR mode for 256/192/128 bits.
   
   The AES Key which is stored in the OTP area is securely DMA transferred
   into the AES engine during the encrypt operation.
   
   The OTP area has slots (0-7) that could be used for storing the keys.
   The slot number is specified with a MYNEWT configuration parameter.
   
   Signed-off-by: Naveen Kaje <na...@juul.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services