<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux-bitkeeper.git/crypto/aes.c, branch master</title>
<subtitle>Linux Kernel BitKeeper History</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/atom?h=master</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/'/>
<updated>2005-03-08T02:12:34Z</updated>
<entry>
<title>[PATCH] random: Use them throughout the tree</title>
<updated>2005-03-08T02:12:34Z</updated>
<author>
<name>Matt Mackall</name>
<email>mpm@selenic.com</email>
</author>
<published>2005-03-08T02:12:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=66a6d19c4c7310cc5dc928fc7d0238b9ef9e9313'/>
<id>urn:sha1:66a6d19c4c7310cc5dc928fc7d0238b9ef9e9313</id>
<content type='text'>
Move users of private rotl/rotr functions to rol32/ror32.  Crypto bits
verified with tcrypt.

Signed-off-by: Matt Mackall &lt;mpm@selenic.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Add __init and __initdata to aes.c</title>
<updated>2004-10-05T05:25:23Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@redhat.com</email>
</author>
<published>2004-10-05T05:25:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=bbafa8abb067271768cd871d55cabecce70ac4df'/>
<id>urn:sha1:bbafa8abb067271768cd871d55cabecce70ac4df</id>
<content type='text'>
This patch from Herbert V. Riedel &lt;hvr@gnu.org&gt; adds __initdata to the
generic AES code where appropriate.  I also added __init to f_mult().

Signed-off-by: Herbert V. Riedel &lt;hvr@gnu.org&gt;
Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Typo in crypto/aes.c</title>
<updated>2004-08-10T11:24:16Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@redhat.com</email>
</author>
<published>2004-08-10T11:24:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=3b5de441288610f5f3493eb483bad2246c0bab8a'/>
<id>urn:sha1:3b5de441288610f5f3493eb483bad2246c0bab8a</id>
<content type='text'>
From Nicolas Kaiser &lt;nikai@nikai.net&gt;

Signed-off-by: James Morris &lt;jmorris@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@redhat.com&gt;
</content>
</entry>
<entry>
<title>[IPSEC]: Fix oops using null ciper in CBC mode.</title>
<updated>2003-08-17T21:04:17Z</updated>
<author>
<name>Mikael Ylikoski</name>
<email>my@post.utfors.se</email>
</author>
<published>2003-08-17T21:04:17Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=f7ab034d70d50dadd7801d3970dec18edd6b07a1'/>
<id>urn:sha1:f7ab034d70d50dadd7801d3970dec18edd6b07a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CRYPTO]: Include linux/errno.h as appropriate.</title>
<updated>2003-03-20T15:52:35Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@nuts.ninka.net</email>
</author>
<published>2003-03-20T15:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=9d474c70391263c994bec66541cc5c054e8bb854'/>
<id>urn:sha1:9d474c70391263c994bec66541cc5c054e8bb854</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CRYPTO]: More credits for AES.</title>
<updated>2003-01-09T15:07:26Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@intercode.com.au</email>
</author>
<published>2003-01-09T15:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=e937176eb68634fbea40db56941a6d91c625ef28'/>
<id>urn:sha1:e937176eb68634fbea40db56941a6d91c625ef28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CRYPTO]: Add AES algorithm.</title>
<updated>2003-01-08T16:05:49Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@intercode.com.au</email>
</author>
<published>2003-01-08T16:05:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=51ef86edc9977cfb7925cdd5baa978518f20a38e'/>
<id>urn:sha1:51ef86edc9977cfb7925cdd5baa978518f20a38e</id>
<content type='text'>
- Merged AES code from Adam J. Richter &lt;adam@yggdrasil.com&gt;
- Add kconfig help and test vector code from
  Martin Clausen &lt;martin@ostenfeld.dk&gt;
- Minor cleanups: removed EXPORT_NO_SYMBOLS (not needed for 2.5),
  removed debugging code etc.
- Documentation updates.
</content>
</entry>
</feed>
