Home
last modified time | relevance | path

Searched hist:"56 d76c96a9f3e39ab733c5643b3ce5a1d4be242a" (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/crypto/
H A Dserpent-avx2-asm_64.S56d76c96a9f3e39ab733c5643b3ce5a1d4be242a Sat Apr 13 12:46:55 CEST 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher

Patch adds AVX2/x86-64 implementation of Serpent cipher, requiring 16 parallel
blocks for input (256 bytes). Implementation is based on the AVX implementation
and extends to use the 256-bit wide YMM registers. Since serpent does not use
table look-ups, this implementation should be close to two times faster than
the AVX implementation.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
H A Dserpent_avx2_glue.c56d76c96a9f3e39ab733c5643b3ce5a1d4be242a Sat Apr 13 12:46:55 CEST 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher

Patch adds AVX2/x86-64 implementation of Serpent cipher, requiring 16 parallel
blocks for input (256 bytes). Implementation is based on the AVX implementation
and extends to use the 256-bit wide YMM registers. Since serpent does not use
table look-ups, this implementation should be close to two times faster than
the AVX implementation.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
H A Dserpent_avx_glue.cdiff 56d76c96a9f3e39ab733c5643b3ce5a1d4be242a Sat Apr 13 12:46:55 CEST 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher

Patch adds AVX2/x86-64 implementation of Serpent cipher, requiring 16 parallel
blocks for input (256 bytes). Implementation is based on the AVX implementation
and extends to use the 256-bit wide YMM registers. Since serpent does not use
table look-ups, this implementation should be close to two times faster than
the AVX implementation.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>