Re: [PATCH] xilinx: zynqmp: Fix AES with a user provided key

2022-08-23 Thread Michal Simek
On 8/16/22 14:45, Janne Ylalehto wrote: The user provided key address was not flushed in struct aes because of the flushing location in the function. Signed-off-by: Janne Ylalehto --- board/xilinx/zynqmp/cmds.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] xilinx: zynqmp: Fix AES with a user provided key

2022-08-16 Thread Janne Ylalehto
The user provided key address was not flushed in struct aes because of the flushing location in the function. Signed-off-by: Janne Ylalehto --- board/xilinx/zynqmp/cmds.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/board/xilinx/zynqmp/cmds.c