[PATCH 1/2] Renamed salsa20_32.c to salsa20_glue.c

2007-12-16 Thread Tan Swee Heng
The salsa20_32.c file is renamed to salsa20_glue.c. This is done because the code is essentially the same glue code needed for the x86-64 version. It makes sense to combine them as one. Signed-off-by: Tan Swee Heng [EMAIL PROTECTED] --- arch/x86/crypto/Makefile |2 +-

[PATCH 2/2] Salsa20 stream cipher algorithm (x86-64 version)

2007-12-16 Thread Tan Swee Heng
This is the x86-64 version of the Salsa20 stream cipher algorithm. The original assembly code came from http://cr.yp.to/snuffle/salsa20/amd64-3/salsa20.s. It has been reformatted for clarity. Signed-off-by: Tan Swee Heng [EMAIL PROTECTED] Hi Herbert, as mentioned some time ago, I don't have an

[PATCH] [crypto] tcrypt depends on AEAD

2007-12-16 Thread Sebastian Siewior
ERROR: crypto_aead_setauthsize [crypto/tcrypt.ko] undefined! ERROR: crypto_alloc_aead [crypto/tcrypt.ko] undefined! Signed-off-by: Sebastian Siewior [EMAIL PROTECTED] --- crypto/Kconfig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/crypto/Kconfig b/crypto/Kconfig