Add files to OpenSSL that will generate optimized asm code.
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 21 Nov 2010 05:49:12 +0000 (19:49 -1000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 21 Nov 2010 05:49:12 +0000 (19:49 -1000)
commit5febbddd828f82b7c6aebf98cb8a5b657062abd4
tree9e4ea818f7e42d09606c6e2415e1f72102447de3
parent9f1859dd0071b08989ae41e3271508c700524b3e
Add files to OpenSSL that will generate optimized asm code.
32 files changed:
crypto/openssl/README.DELETED
crypto/openssl/crypto/aes/asm/aes-586.pl [new file with mode: 0755]
crypto/openssl/crypto/aes/asm/aes-x86_64.pl [new file with mode: 0755]
crypto/openssl/crypto/bf/asm/bf-586.pl [new file with mode: 0644]
crypto/openssl/crypto/bn/asm/bn-586.pl [new file with mode: 0644]
crypto/openssl/crypto/bn/asm/co-586.pl [new file with mode: 0644]
crypto/openssl/crypto/bn/asm/x86-mont.pl [new file with mode: 0755]
crypto/openssl/crypto/bn/asm/x86_64-gcc.c [new file with mode: 0644]
crypto/openssl/crypto/bn/asm/x86_64-mont.pl [new file with mode: 0755]
crypto/openssl/crypto/camellia/asm/cmll-x86.pl [new file with mode: 0644]
crypto/openssl/crypto/camellia/asm/cmll-x86_64.pl [new file with mode: 0644]
crypto/openssl/crypto/des/asm/crypt586.pl [new file with mode: 0644]
crypto/openssl/crypto/des/asm/des-586.pl [new file with mode: 0644]
crypto/openssl/crypto/des/asm/desboth.pl [new file with mode: 0644]
crypto/openssl/crypto/md5/asm/md5-586.pl [new file with mode: 0644]
crypto/openssl/crypto/md5/asm/md5-x86_64.pl [new file with mode: 0755]
crypto/openssl/crypto/perlasm/cbc.pl [new file with mode: 0644]
crypto/openssl/crypto/perlasm/x86_64-xlate.pl [new file with mode: 0755]
crypto/openssl/crypto/perlasm/x86asm.pl [new file with mode: 0644]
crypto/openssl/crypto/perlasm/x86gas.pl [new file with mode: 0644]
crypto/openssl/crypto/rc4/asm/rc4-586.pl [new file with mode: 0644]
crypto/openssl/crypto/rc4/asm/rc4-x86_64.pl [new file with mode: 0755]
crypto/openssl/crypto/ripemd/asm/rmd-586.pl [new file with mode: 0644]
crypto/openssl/crypto/sha/asm/sha1-586.pl [new file with mode: 0644]
crypto/openssl/crypto/sha/asm/sha1-x86_64.pl [new file with mode: 0755]
crypto/openssl/crypto/sha/asm/sha256-586.pl [new file with mode: 0644]
crypto/openssl/crypto/sha/asm/sha512-586.pl [new file with mode: 0644]
crypto/openssl/crypto/sha/asm/sha512-x86_64.pl [new file with mode: 0755]
crypto/openssl/crypto/whrlpool/asm/wp-mmx.pl [new file with mode: 0644]
crypto/openssl/crypto/whrlpool/asm/wp-x86_64.pl [new file with mode: 0644]
crypto/openssl/crypto/x86_64cpuid.pl [new file with mode: 0644]
crypto/openssl/crypto/x86cpuid.pl [new file with mode: 0644]