summaryrefslogtreecommitdiffstats
path: root/crypto/fcrypt.c
Commit message (Collapse)AuthorAgeFilesLines
* fcrypt endianness misannotationsAl Viro2007-12-051-44/+44
| | | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* crypto: convert "crypto" subdirectory to UTF-8John Anthony Kazos Jr2007-10-191-1/+1
| | | | | | | | Convert the subdirectory "crypto" to UTF-8. The files changed are <crypto/fcrypt.c> and <crypto/api.c>. Signed-off-by: John Anthony Kazos Jr. <jakj@j-a-k-j.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
* [CRYPTO] fcrypt: Add FCrypt from RxRPCDavid Howells2007-02-061-0/+423
Add a crypto module to provide FCrypt encryption as used by RxRPC. Signed-Off-By: David Howells <dhowells@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>