Jussi Kivilinna f3f935a76a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher 12 gadi atpakaļ
..
Makefile f3f935a76a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher 12 gadi atpakaļ
ablk_helper.c a9629d7142 crypto: aes_ni - change to use shared ablk_* functions 13 gadi atpakaļ
aes-i586-asm_32.S 3f29974383 crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets 12 gadi atpakaļ
aes-x86_64-asm_64.S 3f29974383 crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets 12 gadi atpakaļ
aes_glue.c 7af6c24568 crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations 13 gadi atpakaļ
aesni-intel_asm.S c456a9cd1a crypto: aesni_intel - add more optimized XTS mode for x86-64 12 gadi atpakaļ
aesni-intel_glue.c c456a9cd1a crypto: aesni_intel - add more optimized XTS mode for x86-64 12 gadi atpakaļ
blowfish-avx2-asm_64.S 6048801070 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher 12 gadi atpakaļ
blowfish-x86_64-asm_64.S 5186e395fe crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and localize jump targets 12 gadi atpakaļ
blowfish_avx2_glue.c 6048801070 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher 12 gadi atpakaļ
blowfish_glue.c 6048801070 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher 12 gadi atpakaļ
camellia-aesni-avx-asm_64.S b5c5b072dc crypto: x86/camellia-aesni-avx - add more optimized XTS code 12 gadi atpakaļ
camellia-aesni-avx2-asm_64.S f3f935a76a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher 12 gadi atpakaļ
camellia-x86_64-asm_64.S 59990684b0 crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions and localize jump targets 12 gadi atpakaļ
camellia_aesni_avx2_glue.c f3f935a76a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher 12 gadi atpakaļ
camellia_aesni_avx_glue.c f3f935a76a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher 12 gadi atpakaļ
camellia_glue.c cf582cceda crypto: camellia-x86_64 - share common functions and move structures and function definitions to header file 12 gadi atpakaļ
cast5-avx-x86_64-asm_64.S e17e209ea4 crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize jump targets 12 gadi atpakaļ
cast5_avx_glue.c c12ab20b16 crypto: cast5/avx - avoid using temporary stack buffers 12 gadi atpakaļ
cast6-avx-x86_64-asm_64.S 70177286e1 crypto: cast6-avx: use new optimized XTS code 12 gadi atpakaļ
cast6_avx_glue.c 70177286e1 crypto: cast6-avx: use new optimized XTS code 12 gadi atpakaļ
crc32-pclmul_asm.S eca1726997 crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROC 12 gadi atpakaļ
crc32-pclmul_glue.c 78c37d191d crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation 12 gadi atpakaļ
crc32c-intel_glue.c 6a8ce1ef39 crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction 12 gadi atpakaļ
crc32c-pcl-intel-asm_64.S 57ae1b0532 crypto: crc32-pclmul - Use gas macro for pclmulqdq 12 gadi atpakaļ
fpu.c b23b645165 crypto: aesni-intel - Merge with fpu.ko 14 gadi atpakaļ
ghash-clmulni-intel_asm.S b05d3f3756 crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functions 12 gadi atpakaļ
ghash-clmulni-intel_glue.c 7af6c24568 crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations 13 gadi atpakaļ
glue_helper-asm-avx.S a05248ed2d crypto: x86 - add more optimized XTS-mode for serpent-avx 12 gadi atpakaļ
glue_helper-asm-avx2.S cf1521a1a5 crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher 12 gadi atpakaļ
glue_helper.c a05248ed2d crypto: x86 - add more optimized XTS-mode for serpent-avx 12 gadi atpakaļ
salsa20-i586-asm_32.S 044438082c crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_* 12 gadi atpakaļ
salsa20-x86_64-asm_64.S 044438082c crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_* 12 gadi atpakaļ
salsa20_glue.c 044438082c crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_* 12 gadi atpakaļ
serpent-avx-x86_64-asm_64.S a05248ed2d crypto: x86 - add more optimized XTS-mode for serpent-avx 12 gadi atpakaļ
serpent-avx2-asm_64.S 56d76c96a9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher 12 gadi atpakaļ
serpent-sse2-i586-asm_32.S 2dcfd44dee crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets 12 gadi atpakaļ
serpent-sse2-x86_64-asm_64.S 2dcfd44dee crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets 12 gadi atpakaļ
serpent_avx2_glue.c 56d76c96a9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher 12 gadi atpakaļ
serpent_avx_glue.c 56d76c96a9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher 12 gadi atpakaļ
serpent_sse2_glue.c 58990986f1 crypto: x86/glue_helper - use le128 instead of u128 for CTR mode 12 gadi atpakaļ
sha1_ssse3_asm.S ac9d55dd42 crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROC 12 gadi atpakaļ
sha1_ssse3_glue.c 65df577439 crypto: sha1 - use Kbuild supplied flags for AVX test 13 gadi atpakaļ
sha256-avx-asm.S ec2b4c851f crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions. 12 gadi atpakaļ
sha256-avx2-asm.S d34a460092 crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions 12 gadi atpakaļ
sha256-ssse3-asm.S 46d208a2bd crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental SSE3 instructions. 12 gadi atpakaļ
sha256_ssse3_glue.c 8275d1aa64 crypto: sha256 - Create module providing optimized SHA256 routines using SSSE3, AVX or AVX2 instructions. 12 gadi atpakaļ
sha512-avx-asm.S e01d69cb01 crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions. 12 gadi atpakaļ
sha512-avx2-asm.S 5663535b69 crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction. 12 gadi atpakaļ
sha512-ssse3-asm.S bf215cee23 crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions. 12 gadi atpakaļ
sha512_ssse3_glue.c 87de4579f9 crypto: sha512 - Create module providing optimized SHA512 routines using SSSE3, AVX or AVX2 instructions. 12 gadi atpakaļ
twofish-avx-x86_64-asm_64.S 18be45270a crypto: x86/twofish-avx - use optimized XTS code 12 gadi atpakaļ
twofish-avx2-asm_64.S cf1521a1a5 crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher 12 gadi atpakaļ
twofish-i586-asm_32.S d3f5188dfe crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels 12 gadi atpakaļ
twofish-x86_64-asm_64-3way.S d3f5188dfe crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels 12 gadi atpakaļ
twofish-x86_64-asm_64.S d3f5188dfe crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels 12 gadi atpakaļ
twofish_avx2_glue.c cf1521a1a5 crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher 12 gadi atpakaļ
twofish_avx_glue.c cf1521a1a5 crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher 12 gadi atpakaļ
twofish_glue.c 7af6c24568 crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations 13 gadi atpakaļ
twofish_glue_3way.c 58990986f1 crypto: x86/glue_helper - use le128 instead of u128 for CTR mode 12 gadi atpakaļ