]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/pauth_helper.c
target/arm: Implement pauth_strip
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:54 +0000 (10:38 +0000)
commit04d13549fa10bb9775a90701e4e6fd0a2cbf83cb
treec0d44c16b0bc386123eacd40f41971feaad28b61
parent5d8634f5a3a8474525edcfd581a659830e9e97c0
target/arm: Implement pauth_strip

Stripping out the authentication data does not require any crypto,
it merely requires the virtual address parameters.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190108223129.5570-25-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/pauth_helper.c