NetBSD/sys/crypto/chacha/arch/arm
jmcneill 4a48ef14f2 Fix detection of NEON features. ID_AA64PFR0_EL1_ADV_SIMD_NONE means SIMD
is not available, and any other value means it is.
2020-10-10 08:24:10 +00:00
..
arm_neon.h Fix vgetq_lane_u32 for aarch64eb with GCC 2020-09-07 18:06:13 +00:00
arm_neon_imm.h Fix mistake in big-endian arm clang. 2020-08-09 01:59:04 +00:00
chacha_neon.c Fix ARM NEON implementations of AES and ChaCha on big-endian ARM. 2020-08-08 14:47:01 +00:00
chacha_neon.h Implement 4-way vectorization of ChaCha for armv7 NEON. 2020-07-28 20:08:48 +00:00
chacha_neon_32.S Adjust sp, not fp, to allocate a 32-byte temporary. 2020-08-23 16:39:06 +00:00
chacha_neon_64.S Use a working macro to detect big endian aarch64. 2020-09-07 18:05:17 +00:00
chacha_neon_impl.c Fix detection of NEON features. ID_AA64PFR0_EL1_ADV_SIMD_NONE means SIMD 2020-10-10 08:24:10 +00:00
files.chacha_arm Acknowledge clang warning for NEON cipher code on aarch64eb 2020-09-08 17:35:27 +00:00