mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 15:33:55 +01:00
Encryptio/Decryption - For encryption/decryption, plain data/ encrypted date has to be written to memory directly using mw command along with ivadata, type and mode - Implemented new uboot command "aes_256" to receive the memory address where the above data is written to - Perfom basic sanity check against the data received and send them to secure world through scm calls - This is supported only for HK/CYP, hence not implemented for TZ running in 32bit mode Change-Id: I589a15025cd248cf5792f13ea435c5c5b64c6066 Signed-off-by: Karthick Jeyaraman <kjeyaram@codeaurora.org> |
||
|---|---|---|
| .. | ||
| arc | ||
| arm | ||
| avr32 | ||
| blackfin | ||
| m68k | ||
| microblaze | ||
| mips | ||
| nds32 | ||
| nios2 | ||
| openrisc | ||
| powerpc | ||
| sandbox | ||
| sh | ||
| sparc | ||
| x86 | ||
| .gitignore | ||
| Kconfig | ||