summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb-new/musb_regs.h
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2018-09-06 16:34:44 +0530
committerMichal Simek <michal.simek@xilinx.com>2020-10-27 08:13:31 +0100
commit8e4e91465273acaa435b7e154c78ddff47cbd9ff (patch)
tree4e889811c43de93766de84b9c48afb1468b6e58e /drivers/usb/musb-new/musb_regs.h
parent248fabc3ceefd1875cb8608e7372220ec4ac9d10 (diff)
downloadu-boot-8e4e91465273acaa435b7e154c78ddff47cbd9ff.tar.gz
u-boot-8e4e91465273acaa435b7e154c78ddff47cbd9ff.tar.xz
u-boot-8e4e91465273acaa435b7e154c78ddff47cbd9ff.zip
arm64: zynqmp: Add support for encryption and decryption on data blob
This patch adds support for encryption and decryption on a given data blob using different key sources such as userkey(KUP), device key and PUF key. Inorder to support this a new zynqmp command(zynqmp aes) has been introduced. Command: zynqmp aes srcaddr ivaddr len aesop keysrc dstaddr [keyaddr]\n" Encrypts or decrypts blob of data at src address and puts it\n" back to dstaddr using key and iv at keyaddr and ivaddr\n" respectively. keysrc values specifies from which source key\n" has to be used, it can be User/Device/PUF key. A value of 0\n" for KUP(user key),1 for DeviceKey and 2 for PUF key. The\n" aesop value would specify the operationwhich can be 0 for\n" decrypt and 1 for encrypt(1) operation\n"; Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/usb/musb-new/musb_regs.h')
0 files changed, 0 insertions, 0 deletions