mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
openssl: use assembler version of aes on arm - nearly doubles aes encryption performance
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18790 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
13
package/openssl/patches/310-arm_asm.patch
Normal file
13
package/openssl/patches/310-arm_asm.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/crypto/aes/Makefile
|
||||
+++ b/crypto/aes/Makefile
|
||||
@@ -47,6 +47,9 @@ lib: $(LIBOBJ)
|
||||
|
||||
$(LIBOBJ): $(LIBSRC)
|
||||
|
||||
+aes-armv4.s: asm/aes-armv4.pl
|
||||
+ $(PERL) $^ > $@
|
||||
+
|
||||
aes-ia64.s: asm/aes-ia64.S
|
||||
$(CC) $(CFLAGS) -E asm/aes-ia64.S > $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user