[CRYPTO] salsa20_i586: Salsa20 stream cipher algorithm (i586 version)
authorTan Swee Heng <thesweeheng@gmail.com>
Mon, 10 Dec 2007 07:52:56 +0000 (15:52 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:57 +0000 (08:16 +1100)
commit974e4b752ee623854c5dc2bbfc7c7725029ce173
treee2eb69820a90058a026def6a02a397c082811934
parentdadbc53d0bbde0e84c40b9f6bc5c50eb9eb7352a
[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>
arch/x86/crypto/Makefile
arch/x86/crypto/salsa20-i586-asm_32.S [new file with mode: 0644]
arch/x86/crypto/salsa20_glue.c [new file with mode: 0644]
crypto/Kconfig