An error occurred fetching the project authors.
- 29 Jun, 2004 1 commit
-
-
Aaron Grothe authored
The following is a patch against 2.6.7 (should apply cleanly to 2.6.5 or above). It implements the Tiny Encryption Algorithm (TEA) and the Xtended TEA (XTEA) algorithms. TEA goes back to 1994 and is a good algorithm espically for memory constrained systems. It is similar in concept to the IDEA crypto. It does NOT have any patent restrictions and has been put in the public domain by Wheeler and Needham. Tea is used in quite a few products such as filesafe and even Microsoft's Xbox. Signed-off-by:
Aaron Grothe <ajgrothe@yahoo.com> Signed-off-by:
James Morris <jmorris@redhat.com> Signed-off-by:
David S. Miller <davem@redhat.com>
-
- 21 Mar, 2004 2 commits
-
-
James Morris authored
From Jouni Malinen <jkmaline@cc.hut.fi> Added Michael MIC keyed digest for TKIP (IEEE 802.11i/WPA). This algorithm is quite weak due to the requirements for compatibility with old legacy wireless LAN hardware that does not have much CPU power. Consequently, this should not really be used with anything else than TKIP. Michael MIC is calculated over the payload of the IEEE 802.11 header which makes it easier to add TKIP support for old wireless LAN cards. An additional authenticated data area is used (but not send separately) to authenticate source and destination addresses.
-
James Morris authored
From Jouni Malinen <jkmaline@cc.hut.fi> Added support for using keyed digest with an optional dit_setkey handler. This does not change the behavior of the existing digest algorithms, but allows new ones to add setkey handler that can be used to initialize the algorithm with a key or seed. setkey is to be called after init, but before any of the update call(s).
-
- 03 Mar, 2004 1 commit
-
-
Jon Oberheide authored
-
- 24 Dec, 2003 2 commits
-
-
Erlend Aasland authored
-
Kartikey Mahendra Bhatt authored
-
- 16 Aug, 2003 1 commit
-
-
Kartikey Mahendra Bhatt authored
-
- 11 Aug, 2003 1 commit
-
-
Kartikey Mahendra Bhatt authored
-
- 28 Mar, 2003 1 commit
-
-
James Morris authored
-
- 13 Jan, 2003 1 commit
-
-
James Morris authored
- Merged SHA-384 and SHA-512 code from Kyle McMartin <kyle@gondolin.debian.net> - Added test vectors. - Documentation and credits updates.
-
- 08 Jan, 2003 1 commit
-
-
James Morris authored
- Merged AES code from Adam J. Richter <adam@yggdrasil.com> - Add kconfig help and test vector code from Martin Clausen <martin@ostenfeld.dk> - Minor cleanups: removed EXPORT_NO_SYMBOLS (not needed for 2.5), removed debugging code etc. - Documentation updates.
-
- 05 Dec, 2002 1 commit
-
-
James Morris authored
-
- 26 Nov, 2002 1 commit
-
-
James Morris authored
-
- 06 Nov, 2002 2 commits
-
-
James Morris authored
-
James Morris authored
- Bugfix in sha1 copyright - Add support for SHA256, test vectors and HMAC test vectors - Remove obsolete atomic messages.
-
- 03 Nov, 2002 1 commit
-
-
James Morris authored
-
- 30 Oct, 2002 1 commit
-
-
James Morris authored
- Changed unsigned to unsigned int in algos. - Consistent use of u32 for flags throughout api. - Use of unsigned int rather than int for counting things which must be positive, also replaced size_ts to keep code simpler and lessen bloat on some archs. - got rid of some unneeded returns. - const correctness.
-
- 27 Oct, 2002 1 commit
-
-
James Morris authored
-
- 26 Oct, 2002 1 commit
-
-
James Morris authored
-
- 24 Oct, 2002 1 commit
-
-
James Morris authored
-
- 23 Oct, 2002 1 commit
-
-
James Morris authored
-