[U-Boot] [U-boot] Help: how to use AES crypto

Hi All,
Can you please share your inputs on how to use the AES crypto for encryption and booting linux, ramdisk and devicetree images. Appreciate if share any document that already did this encryption on u-boot.
Thanks, Jagan.
This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.

Hi Jagan,
On Wed, Apr 17, 2013 at 3:25 AM, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-teki@xilinx.com wrote:
Hi All,
Can you please share your inputs on how to use the AES crypto for encryption and booting linux, ramdisk and devicetree images. Appreciate if share any document that already did this encryption on u-boot.
For linux and ramdisk this should be easy enough - my verified boot series creates a fit_image_load() function where this feature could be added i think. For device tree it is a little more tricky, since at present we look inside the device trees to determine the compatible string so we know which device tree to pass to Linux. So we would need to decrypt each one before looking at it.
Still overall I don't think this would be hard. Are you trying to hide the binaries so that no one can read them from the flash?
Regards, Simon
Thanks, Jagan.
This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.
participants (2)
-
Jagannadha Sutradharudu Teki
-
Simon Glass