openssl: add assembly for aes and gcm
authorFedor Indutny <fedor.indutny@gmail.com>
Wed, 27 Nov 2013 22:14:00 +0000 (02:14 +0400)
committerFedor Indutny <fedor.indutny@gmail.com>
Fri, 6 Dec 2013 07:10:24 +0000 (11:10 +0400)
commit1903240f2a5a3fbf723e7736c5dd14f906de98fb
tree31c602c88f8d7c80f3beab3cff00cbd6fbcc6a24
parentf572b91c3ea71e6854cb699ae728a320662bc261
openssl: add assembly for aes and gcm
18 files changed:
deps/openssl/asm/Makefile
deps/openssl/asm/x64-elf-gas/aes/bsaes-x86_64.s [new file with mode: 0644]
deps/openssl/asm/x64-elf-gas/aes/vpaes-x86_64.s [new file with mode: 0644]
deps/openssl/asm/x64-elf-gas/modes/ghash-x86_64.s [new file with mode: 0644]
deps/openssl/asm/x64-macosx-gas/aes/bsaes-x86_64.s [new file with mode: 0644]
deps/openssl/asm/x64-macosx-gas/aes/vpaes-x86_64.s [new file with mode: 0644]
deps/openssl/asm/x64-macosx-gas/modes/ghash-x86_64.s [new file with mode: 0644]
deps/openssl/asm/x64-win32-masm/aes/bsaes-x86_64.asm [new file with mode: 0644]
deps/openssl/asm/x64-win32-masm/aes/vpaes-x86_64.asm [new file with mode: 0644]
deps/openssl/asm/x64-win32-masm/aes/vpaesni-x86_64.asm [new file with mode: 0644]
deps/openssl/asm/x64-win32-masm/modes/ghash-x86_64.asm [new file with mode: 0644]
deps/openssl/asm/x86-elf-gas/aes/vpaes-x86.s [new file with mode: 0644]
deps/openssl/asm/x86-elf-gas/modes/ghash-x86.s [new file with mode: 0644]
deps/openssl/asm/x86-macosx-gas/aes/vpaes-x86.s [new file with mode: 0644]
deps/openssl/asm/x86-macosx-gas/modes/ghash-x86.s [new file with mode: 0644]
deps/openssl/asm/x86-win32-masm/aes/vpaes-x86.asm [new file with mode: 0644]
deps/openssl/asm/x86-win32-masm/modes/ghash-x86.asm [new file with mode: 0644]
deps/openssl/openssl.gyp