]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement pauth_computepac
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 21 Jan 2019 10:23:13 +0000 (10:23 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jan 2019 10:38:55 +0000 (10:38 +0000)
commit990870b205ddfdba3fd3c1321e6083005ef59d1a
tree266ca26dc4b26772838b8ca52617b47bc55f783d
parent63ff0ca94cb84764d2aee45b37c5502a54811dab
target/arm: Implement pauth_computepac

This is the main crypto routine, an implementation of QARMA.
This matches, as much as possible, ARM pseudocode.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20190108223129.5570-28-richard.henderson@linaro.org
[PMM: fixed minor checkpatch nits]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/pauth_helper.c