.. |
Makefile
|
e70308ec0e
Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"
|
12 years ago |
ablk_helper.c
|
a9629d7142
crypto: aes_ni - change to use shared ablk_* functions
|
13 years ago |
aes-i586-asm_32.S
|
3f29974383
crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets
|
12 years ago |
aes-x86_64-asm_64.S
|
3f29974383
crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets
|
12 years ago |
aes_glue.c
|
7af6c24568
crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations
|
13 years ago |
aesni-intel_asm.S
|
fe6510b5d6
crypto: aesni_intel - fix accessing of unaligned memory
|
12 years ago |
aesni-intel_glue.c
|
c456a9cd1a
crypto: aesni_intel - add more optimized XTS mode for x86-64
|
12 years ago |
blowfish-x86_64-asm_64.S
|
5186e395fe
crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
|
12 years ago |
blowfish_glue.c
|
3d387ef08c
Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"
|
12 years ago |
camellia-aesni-avx-asm_64.S
|
b5c5b072dc
crypto: x86/camellia-aesni-avx - add more optimized XTS code
|
12 years ago |
camellia-aesni-avx2-asm_64.S
|
acfffdb803
crypto: camellia-aesni-avx2 - tune assembly code for more performance
|
12 years ago |
camellia-x86_64-asm_64.S
|
59990684b0
crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
|
12 years ago |
camellia_aesni_avx2_glue.c
|
f3f935a76a
crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher
|
12 years ago |
camellia_aesni_avx_glue.c
|
f3f935a76a
crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher
|
12 years ago |
camellia_glue.c
|
cf582cceda
crypto: camellia-x86_64 - share common functions and move structures and function definitions to header file
|
12 years ago |
cast5-avx-x86_64-asm_64.S
|
e17e209ea4
crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
|
12 years ago |
cast5_avx_glue.c
|
c12ab20b16
crypto: cast5/avx - avoid using temporary stack buffers
|
12 years ago |
cast6-avx-x86_64-asm_64.S
|
70177286e1
crypto: cast6-avx: use new optimized XTS code
|
12 years ago |
cast6_avx_glue.c
|
70177286e1
crypto: cast6-avx: use new optimized XTS code
|
12 years ago |
crc32-pclmul_asm.S
|
2baad6121e
x86, crc32-pclmul: Fix build with older binutils
|
12 years ago |
crc32-pclmul_glue.c
|
78c37d191d
crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation
|
12 years ago |
crc32c-intel_glue.c
|
6a8ce1ef39
crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instruction
|
12 years ago |
crc32c-pcl-intel-asm_64.S
|
57ae1b0532
crypto: crc32-pclmul - Use gas macro for pclmulqdq
|
12 years ago |
fpu.c
|
b23b645165
crypto: aesni-intel - Merge with fpu.ko
|
14 years ago |
ghash-clmulni-intel_asm.S
|
b05d3f3756
crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functions
|
12 years ago |
ghash-clmulni-intel_glue.c
|
7af6c24568
crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations
|
13 years ago |
glue_helper-asm-avx.S
|
a05248ed2d
crypto: x86 - add more optimized XTS-mode for serpent-avx
|
12 years ago |
glue_helper-asm-avx2.S
|
cf1521a1a5
crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher
|
12 years ago |
glue_helper.c
|
a05248ed2d
crypto: x86 - add more optimized XTS-mode for serpent-avx
|
12 years ago |
salsa20-i586-asm_32.S
|
044438082c
crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_*
|
12 years ago |
salsa20-x86_64-asm_64.S
|
044438082c
crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_*
|
12 years ago |
salsa20_glue.c
|
044438082c
crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember functions and rename ECRYPT_* to salsa20_*
|
12 years ago |
serpent-avx-x86_64-asm_64.S
|
a05248ed2d
crypto: x86 - add more optimized XTS-mode for serpent-avx
|
12 years ago |
serpent-avx2-asm_64.S
|
56d76c96a9
crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher
|
12 years ago |
serpent-sse2-i586-asm_32.S
|
2dcfd44dee
crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets
|
12 years ago |
serpent-sse2-x86_64-asm_64.S
|
2dcfd44dee
crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets
|
12 years ago |
serpent_avx2_glue.c
|
56d76c96a9
crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher
|
12 years ago |
serpent_avx_glue.c
|
56d76c96a9
crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher
|
12 years ago |
serpent_sse2_glue.c
|
58990986f1
crypto: x86/glue_helper - use le128 instead of u128 for CTR mode
|
12 years ago |
sha1_ssse3_asm.S
|
ac9d55dd42
crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROC
|
12 years ago |
sha1_ssse3_glue.c
|
65df577439
crypto: sha1 - use Kbuild supplied flags for AVX test
|
13 years ago |
sha256-avx-asm.S
|
de614e561b
crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementations
|
12 years ago |
sha256-avx2-asm.S
|
d34a460092
crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions
|
12 years ago |
sha256-ssse3-asm.S
|
de614e561b
crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementations
|
12 years ago |
sha256_ssse3_glue.c
|
a710f761fc
crypto: sha256_ssse3 - add sha224 support
|
12 years ago |
sha512-avx-asm.S
|
e01d69cb01
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructions.
|
12 years ago |
sha512-avx2-asm.S
|
5663535b69
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX instruction.
|
12 years ago |
sha512-ssse3-asm.S
|
bf215cee23
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental SSE3 instructions.
|
12 years ago |
sha512_ssse3_glue.c
|
340991e30c
crypto: sha512_ssse3 - add sha384 support
|
12 years ago |
twofish-avx-x86_64-asm_64.S
|
18be45270a
crypto: x86/twofish-avx - use optimized XTS code
|
12 years ago |
twofish-i586-asm_32.S
|
d3f5188dfe
crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels
|
12 years ago |
twofish-x86_64-asm_64-3way.S
|
d3f5188dfe
crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels
|
12 years ago |
twofish-x86_64-asm_64.S
|
d3f5188dfe
crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels
|
12 years ago |
twofish_avx_glue.c
|
99f42f937a
Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher"
|
12 years ago |
twofish_glue.c
|
7af6c24568
crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations
|
13 years ago |
twofish_glue_3way.c
|
58990986f1
crypto: x86/glue_helper - use le128 instead of u128 for CTR mode
|
12 years ago |