commit | d5c3747334dd42549b20e38f553ce45b1f3e2c3b | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Oct 20 08:29:25 2020 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Oct 27 08:13:32 2020 +0100 |
tree | d5e4e0bd6de0435824d72879903a3e5098b61100 | |
parent | 89cbce944ceb5daf4c7ad35d2c795cfbc1bd354c [diff] |
arm64: zynqmp: Add support for saving sha3 key to different address By default 48B sha3 hash value is written to srcaddr which is not the best solution in case of that you want to use data for other operations. That's why add key_addr optional parameters which enables to write 48B sha3 hash value to specified address. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Tested-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>