You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tadeusz Struk
0fbafd06bd
crypto: aesni - fix failing setkey for rfc4106-gcm-aesni
...
rfc4106(gcm(aes)) uses ctr(aes) to generate hash key. ctr(aes) needs
chainiv, but the chainiv gets initialized after aesni_intel when both
are statically linked so the setkey fails.
This patch forces aesni_intel to be initialized after chainiv.
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Tested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
10 years ago
..
sha-mb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
10 years ago
Makefile
…
aes-i586-asm_32.S
…
aes-x86_64-asm_64.S
…
aes_ctrby8_avx-x86_64.S
…
aes_glue.c
…
aesni-intel_asm.S
…
aesni-intel_avx-x86_64.S
…
aesni-intel_glue.c
crypto: aesni - fix failing setkey for rfc4106-gcm-aesni
10 years ago
blowfish-x86_64-asm_64.S
…
blowfish_glue.c
…
camellia-aesni-avx-asm_64.S
…
camellia-aesni-avx2-asm_64.S
…
camellia-x86_64-asm_64.S
…
camellia_aesni_avx2_glue.c
x86/fpu, crypto: Fix AVX2 feature tests
10 years ago
camellia_aesni_avx_glue.c
x86/fpu, crypto x86/camellia_aesni_avx: Simplify the camellia_aesni_init() xfeature checks
10 years ago
camellia_glue.c
…
cast5-avx-x86_64-asm_64.S
…
cast5_avx_glue.c
x86/fpu, crypto x86/cast5_avx: Simplify the cast5_init() xfeature checks
10 years ago
cast6-avx-x86_64-asm_64.S
…
cast6_avx_glue.c
x86/fpu, crypto x86/cast6_avx: Simplify the cast6_init() xfeature checks
10 years ago
crc32-pclmul_asm.S
…
crc32-pclmul_glue.c
x86/fpu: Rename i387.h to fpu/api.h
10 years ago
crc32c-intel_glue.c
x86/fpu: Rename fpu-internal.h to fpu/internal.h
10 years ago
crc32c-pcl-intel-asm_64.S
…
crct10dif-pcl-asm_64.S
…
crct10dif-pclmul_glue.c
x86/fpu: Rename i387.h to fpu/api.h
10 years ago
des3_ede-asm_64.S
…
des3_ede_glue.c
…
fpu.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
10 years ago
ghash-clmulni-intel_asm.S
…
ghash-clmulni-intel_glue.c
x86/fpu: Rename i387.h to fpu/api.h
10 years ago
glue_helper-asm-avx.S
…
glue_helper-asm-avx2.S
…
glue_helper.c
…
salsa20-i586-asm_32.S
…
salsa20-x86_64-asm_64.S
…
salsa20_glue.c
…
serpent-avx-x86_64-asm_64.S
…
serpent-avx2-asm_64.S
…
serpent-sse2-i586-asm_32.S
…
serpent-sse2-x86_64-asm_64.S
…
serpent_avx2_glue.c
x86/fpu, crypto: Fix AVX2 feature tests
10 years ago
serpent_avx_glue.c
x86/fpu, crypto x86/serpent_avx: Simplify the serpent_init() xfeature checks
10 years ago
serpent_sse2_glue.c
…
sha1_avx2_x86_64_asm.S
…
sha1_ssse3_asm.S
…
sha1_ssse3_glue.c
x86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3_mod_init() xfeature checks
10 years ago
sha256-avx-asm.S
…
sha256-avx2-asm.S
…
sha256-ssse3-asm.S
…
sha256_ssse3_glue.c
x86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_ssse3_mod_init() xfeature checks
10 years ago
sha512-avx-asm.S
…
sha512-avx2-asm.S
crypto: x86/sha512_ssse3 - fixup for asm function prototype change
10 years ago
sha512-ssse3-asm.S
…
sha512_ssse3_glue.c
x86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_ssse3_mod_init() xfeature checks
10 years ago
twofish-avx-x86_64-asm_64.S
…
twofish-i586-asm_32.S
…
twofish-x86_64-asm_64-3way.S
…
twofish-x86_64-asm_64.S
…
twofish_avx_glue.c
x86/fpu, crypto x86/twofish_avx: Simplify the twofish_init() xfeature checks
10 years ago
twofish_glue.c
…
twofish_glue_3way.c
…