Linus Torvalds c597b6bcd5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 před 9 roky
..
sha-mb 44d21c3f3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 před 10 roky
Makefile e38b6b7fcf crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 and SHA256 před 10 roky
aes-i586-asm_32.S 3f29974383 crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets před 12 roky
aes-x86_64-asm_64.S 3f29974383 crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets před 12 roky
aes_ctrby8_avx-x86_64.S 0b1e95b2fa crypto: aesni - fix "by8" variant for 128 bit keys před 10 roky
aes_glue.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" před 10 roky
aesni-intel_asm.S e31ac32d3b crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106 před 10 roky
aesni-intel_avx-x86_64.S 79ba451d66 crypto: aesni - fix build on x86 (32bit) před 11 roky
aesni-intel_glue.c 5e4b8c1fcc crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag před 10 roky
blowfish-x86_64-asm_64.S 5186e395fe crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and localize jump targets před 12 roky
blowfish_glue.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" před 10 roky
camellia-aesni-avx-asm_64.S b5c5b072dc crypto: x86/camellia-aesni-avx - add more optimized XTS code před 12 roky
camellia-aesni-avx2-asm_64.S acfffdb803 crypto: camellia-aesni-avx2 - tune assembly code for more performance před 12 roky
camellia-x86_64-asm_64.S 59990684b0 crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions and localize jump targets před 12 roky
camellia_aesni_avx2_glue.c d91cab7813 x86/fpu: Rename XSAVE macros před 10 roky
camellia_aesni_avx_glue.c ce4d72fac1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip před 9 roky
camellia_glue.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" před 10 roky
cast5-avx-x86_64-asm_64.S e17e209ea4 crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize jump targets před 12 roky
cast5_avx_glue.c d91cab7813 x86/fpu: Rename XSAVE macros před 10 roky
cast6-avx-x86_64-asm_64.S 70177286e1 crypto: cast6-avx: use new optimized XTS code před 12 roky
cast6_avx_glue.c d91cab7813 x86/fpu: Rename XSAVE macros před 10 roky
chacha20-avx2-x86_64.S 3d1e93cdf1 crypto: chacha20 - Add an eight block AVX2 variant for x86_64 před 10 roky
chacha20-ssse3-x86_64.S 274f938e0a crypto: chacha20 - Add a four block SSSE3 variant for x86_64 před 10 roky
chacha20_glue.c 362f924b64 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros před 9 roky
crc32-pclmul_asm.S 2baad6121e x86, crc32-pclmul: Fix build with older binutils před 12 roky
crc32-pclmul_glue.c df6b35f409 x86/fpu: Rename i387.h to fpu/api.h před 10 roky
crc32c-intel_glue.c 362f924b64 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros před 9 roky
crc32c-pcl-intel-asm_64.S 97bce7e0b5 crypto: crc32c-pclmul - use .rodata instead of .rotata před 10 roky
crct10dif-pcl-asm_64.S 68411521cc Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" před 12 roky
crct10dif-pclmul_glue.c df6b35f409 x86/fpu: Rename i387.h to fpu/api.h před 10 roky
des3_ede-asm_64.S 6574e6c64e crypto: des_3des - add x86-64 assembly implementation před 11 roky
des3_ede_glue.c d8219f52a7 crypto: x86/des3_ede - drop bogus module aliases před 10 roky
fpu.c 44d21c3f3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 před 10 roky
ghash-clmulni-intel_asm.S 0ea481466d crypto: ghash-clmulni-intel - Use u128 instead of be128 for internal key před 11 roky
ghash-clmulni-intel_glue.c 3a020a723c crypto: ghash-clmulni - Fix load failure před 9 roky
glue_helper-asm-avx.S a05248ed2d crypto: x86 - add more optimized XTS-mode for serpent-avx před 12 roky
glue_helper-asm-avx2.S cf1521a1a5 crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher před 12 roky
glue_helper.c 05713ba905 crypto: don't export static symbol před 10 roky
poly1305-avx2-x86_64.S b1ccc8f4b6 crypto: poly1305 - Add a four block AVX2 variant for x86_64 před 10 roky
poly1305-sse2-x86_64.S da35b22df3 crypto: poly1305 - Add a two block SSE2 variant for x86_64 před 10 roky
poly1305_glue.c d91cab7813 x86/fpu: Rename XSAVE macros před 10 roky
salsa20-i586-asm_32.S 044438082c crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_* před 12 roky
salsa20-x86_64-asm_64.S 044438082c crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_* před 12 roky
salsa20_glue.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" před 10 roky
serpent-avx-x86_64-asm_64.S a05248ed2d crypto: x86 - add more optimized XTS-mode for serpent-avx před 12 roky
serpent-avx2-asm_64.S 56d76c96a9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher před 12 roky
serpent-sse2-i586-asm_32.S 2dcfd44dee crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets před 12 roky
serpent-sse2-x86_64-asm_64.S 2dcfd44dee crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets před 12 roky
serpent_avx2_glue.c d91cab7813 x86/fpu: Rename XSAVE macros před 10 roky
serpent_avx_glue.c d91cab7813 x86/fpu: Rename XSAVE macros před 10 roky
serpent_sse2_glue.c 748be1f1bf crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers před 10 roky
sha1_avx2_x86_64_asm.S 37b2894717 crypto: x86/sha1 - reduce size of the AVX2 asm implementation před 11 roky
sha1_ni_asm.S c356a7e975 crypto: x86/sha - Intel SHA Extensions optimized SHA1 transform function před 10 roky
sha1_ssse3_asm.S ac9d55dd42 crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROC před 12 roky
sha1_ssse3_glue.c ccc9d4a6d6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 před 9 roky
sha256-avx-asm.S 1631030ae6 crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layer před 10 roky
sha256-avx2-asm.S 1631030ae6 crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layer před 10 roky
sha256-ssse3-asm.S 1631030ae6 crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layer před 10 roky
sha256_ni_asm.S 600a2334e8 crypto: x86/sha - Intel SHA Extensions optimized SHA256 transform function před 10 roky
sha256_ssse3_glue.c ccc9d4a6d6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 před 9 roky
sha512-avx-asm.S e68410ebf6 crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer před 10 roky
sha512-avx2-asm.S 00425bb181 crypto: x86/sha512_ssse3 - fixup for asm function prototype change před 10 roky
sha512-ssse3-asm.S e68410ebf6 crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layer před 10 roky
sha512_ssse3_glue.c ccc9d4a6d6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 před 9 roky
twofish-avx-x86_64-asm_64.S 18be45270a crypto: x86/twofish-avx - use optimized XTS code před 12 roky
twofish-i586-asm_32.S d3f5188dfe crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels před 12 roky
twofish-x86_64-asm_64-3way.S d3f5188dfe crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels před 12 roky
twofish-x86_64-asm_64.S a734b4a23e x86/asm: Replace "MOVQ $imm, %reg" with MOVL před 10 roky
twofish_avx_glue.c 158ecc3918 x86/fpu: Fixup uninitialized feature_name warning před 10 roky
twofish_glue.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" před 10 roky
twofish_glue_3way.c 5d26a105b5 crypto: prefix module autoloading with "crypto-" před 10 roky