Tan Swee Heng
974e4b752e
[CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version)
...
This patch contains the salsa20-i586 implementation. The original
assembly code came from
<http://cr.yp.to/snuffle/salsa20/x86-pm/salsa20.s >. I have reformatted
it (added indents) so that it matches the other algorithms in
arch/x86/crypto.
Signed-off-by: Tan Swee Heng <thesweeheng@gmail.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2008-01-11 08:16:57 +11:00
Sebastian Siewior
06e1a8f050
[CRYPTO] aes-asm: Merge common glue code
...
32 bit and 64 bit glue code is using (now) the same
piece code. This patch unifies them.
Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2008-01-11 08:16:24 +11:00
Sebastian Siewior
5157dea813
[CRYPTO] aes-i586: Remove setkey
...
The setkey() function can be shared with the generic algorithm.
Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2008-01-11 08:16:10 +11:00
Sebastian Siewior
81190b3215
[CRYPTO] aes-x86-64: Remove setkey
...
The setkey() function can be shared with the generic algorithm.
Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2008-01-11 08:16:10 +11:00
Sebastian Siewior
89e1265431
[CRYPTO] aes: Move common defines into a header file
...
This three defines are used in all AES related hardware.
Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2008-01-11 08:16:04 +11:00
Thomas Gleixner
9b58aebc73
x86: merge arch/x86/crypto Makefiles
...
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2007-10-23 22:37:23 +02:00
Thomas Gleixner
987c75d717
x86_64: move crypto
...
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2007-10-11 11:17:03 +02:00
Thomas Gleixner
9c20194215
i386: move crypto
...
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2007-10-11 11:16:21 +02:00