.. |
Makefile
|
78c37d191d
crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table implementation
|
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
|
8309b745bb
crypto: aesni-intel - add ENDPROC statements for assembler functions
|
12 years ago |
aesni-intel_glue.c
|
0024dc5371
crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead
|
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
|
7af6c24568
crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializations
|
13 years ago |
camellia-aesni-avx-asm_64.S
|
59990684b0
crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions and localize jump targets
|
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_avx_glue.c
|
d9b1d2e7e1
crypto: camellia - add AES-NI/AVX/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
|
1985fecf01
crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functions
|
12 years ago |
cast6_avx_glue.c
|
cba1cce054
crypto: cast6/avx - avoid using temporary stack buffers
|
12 years ago |
crc32-pclmul_asm.S
|
7983627657
crypto: crc32-pclmul - Kill warning on x86-32
|
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
|
698a5abbb0
crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROC
|
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
|
cba1cce054
crypto: cast6/avx - avoid using temporary stack buffers
|
12 years ago |
glue_helper.c
|
58990986f1
crypto: x86/glue_helper - use le128 instead of u128 for CTR mode
|
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
|
2dcfd44dee
crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize jump targets
|
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_avx_glue.c
|
facd416fbc
crypto: serpent/avx - avoid using temporary stack buffers
|
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 |
twofish-avx-x86_64-asm_64.S
|
d3f5188dfe
crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump labels
|
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
|
8435a3c300
crypto: twofish/avx - avoid using temporary stack buffers
|
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 |