openssl/crypto/chacha/asm
Andy Polyakov 2cf7fd698e AArch64 assembly pack: authenticate return addresses.
ARMv8.3 adds pointer authentication extension, which in this case allows
to ensure that, when offloaded to stack, return address is same at return
as at entry to the subroutine. The new instructions are nops on processors
that don't implement the extension, so that the vetification is backward
compatible.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8205)

(cherry picked from commit 9a18aae5f2)
2019-02-13 02:39:27 +01:00
..
chacha-armv4.pl Fix chacha-armv4.pl with clang -fno-integrated-as. 2017-11-28 20:26:31 +01:00
chacha-armv8.pl AArch64 assembly pack: authenticate return addresses. 2019-02-13 02:39:27 +01:00
chacha-c64xplus.pl Many spelling fixes/typo's corrected. 2017-11-11 19:03:10 -05:00
chacha-ppc.pl chacha/asm/chacha-ppc.pl: fix big-endian build. 2018-06-08 15:49:09 +02:00
chacha-s390x.pl
chacha-x86.pl Update copyright year 2018-06-20 15:29:23 +01:00
chacha-x86_64.pl chacha/asm/chacha-x86_64.pl: add dedicated path for 128-byte inputs. 2018-07-03 19:02:02 +02:00