crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of crypto_tfm
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Mon, 26 Sep 2011 13:47:20 +0000 (16:47 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Oct 2011 12:23:08 +0000 (14:23 +0200)
commit91d41f159d75d602f6001218eec64c5e761475a6
tree1bc2607e291604764348bccdb6cf6f9a0b5e4fbb
parentee5002a5497f3219b4144b5370203ed6e43f7269
crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of crypto_tfm

This needed by 3-way twofish patch to be able to easily use one block
assembler functions. As glue code is shared between i586/x86_64 apply
change to i586 assembler too. Also export assembler functions for
3-way parallel twofish module.

CC: Joachim Fritschi <jfritschi@freenet.de>
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/twofish-i586-asm_32.S
arch/x86/crypto/twofish-x86_64-asm_64.S
arch/x86/crypto/twofish_glue.c