Re: [Qemu-devel] [PATCH v3 27/31] target/arm: Implement pauth_computepac

2019-01-18 Thread Peter Maydell
On Tue, 8 Jan 2019 at 22:32, Richard Henderson wrote: > > This is the main crypto routine, an implementation of QARMA. > This matches, as much as possible, ARM pseudocode. > > Signed-off-by: Richard Henderson > --- > target/arm/pauth_helper.c | 241 +- > 1 fil

[Qemu-devel] [PATCH v3 27/31] target/arm: Implement pauth_computepac

2019-01-08 Thread Richard Henderson
This is the main crypto routine, an implementation of QARMA. This matches, as much as possible, ARM pseudocode. Signed-off-by: Richard Henderson --- target/arm/pauth_helper.c | 241 +- 1 file changed, 240 insertions(+), 1 deletion(-) diff --git a/target/arm/p