summaryrefslogtreecommitdiff
path: root/crypto/blowfish.c
AgeCommit message (Collapse)Author
2005-03-21[CRYPTO]: Fix sparse warnings in blowfishDomen Puncer
Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2004-10-21[CRYPTO]: Deinline large function in blowfish.c Andrew Morton
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
2004-08-10[CRYPTO]: Typo in crypto/blowfish.cJames Morris
From Nicolas Kaiser <nikai@nikai.net> Signed-off-by: James Morris <jmorris@redhat.com> Signed-off-by: David S. Miller <davem@redhat.com>
2003-08-17[IPSEC]: Fix oops using null ciper in CBC mode.Mikael Ylikoski
2002-12-31Fix up numerous '`xxxxx' is not at beginning of declaration' style warnings.Dave Jones
2002-11-06[CRYPTO]: minor updatesJames Morris
- Fixed min keysize bug for Blowfish (it is 32, not 64). - Documentation updates.
2002-11-06[CRYPTO]: Add blowfish algorithm.James Morris