]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Build OpenSSL assembly sources for aarch64. Tested with ThunderX by andrew.
authorJung-uk Kim <jkim@FreeBSD.org>
Wed, 26 Oct 2016 20:02:22 +0000 (20:02 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Wed, 26 Oct 2016 20:02:22 +0000 (20:02 +0000)
commit7518a9bd2bd4ffc18171625bddede1c5e773f019
tree5a3f2873e290baf06d50a8d3fe06d7c47b4363cd
parent726f4773ec261cac63e0c30a7b84059cafcb7511
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]