Build OpenSSL assembly sources for aarch64. Tested with ThunderX by andrew.
authorjkim <jkim@FreeBSD.org>
Wed, 26 Oct 2016 20:02:22 +0000 (20:02 +0000)
committerjkim <jkim@FreeBSD.org>
Wed, 26 Oct 2016 20:02:22 +0000 (20:02 +0000)
commit8fe6e36c80385d6f1901c605cc2dfea9d3c47d5c
tree5a3f2873e290baf06d50a8d3fe06d7c47b4363cd
parentc3c885eb65b01172dc57b0894669425d56b48c6b
Build OpenSSL assembly sources for aarch64.  Tested with ThunderX by andrew.
crypto/openssl/crypto/aes/asm/aesv8-armx.pl
crypto/openssl/crypto/arm64cpuid.S
crypto/openssl/crypto/modes/asm/ghashv8-armx.pl
secure/lib/libcrypto/Makefile
secure/lib/libcrypto/Makefile.asm
secure/lib/libcrypto/Makefile.inc
secure/lib/libcrypto/aarch64/aesv8-armx.S [new file with mode: 0644]
secure/lib/libcrypto/aarch64/ghashv8-armx.S [new file with mode: 0644]
secure/lib/libcrypto/aarch64/sha1-armv8.S [new file with mode: 0644]
secure/lib/libcrypto/aarch64/sha256-armv8.S [new file with mode: 0644]
secure/lib/libcrypto/aarch64/sha512-armv8.S [new file with mode: 0644]