<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux-bitkeeper.git/crypto/digest.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>2004-06-10T14:58:26Z</updated>
<entry>
<title>[CRYPTO]: Fix digest.c kmapping sg entries &gt; page in length.</title>
<updated>2004-06-10T14:58:26Z</updated>
<author>
<name>Clay Haapala</name>
<email>chaapala@cisco.com</email>
</author>
<published>2004-06-10T14:58:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=1e4b22635d69586d49c7e2fa2b24fd991b4c3922'/>
<id>urn:sha1:1e4b22635d69586d49c7e2fa2b24fd991b4c3922</id>
<content type='text'>
Below is the patch, against 2.6.7-rc2, to fix crypto/digest.c to do
multiple kmap()/kunmap() for scatterlist entries which have a size
greater than a single page, originally found and fixed by
N.C.Krishna Murthy &lt;krmurthy@cisco.com&gt;.

Signed-off-by: Clay Haapala &lt;chaapala@cisco.com&gt;
Signed-off-by: David S. Miller &lt;davem@redhat.com&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Add setkey operation for digests.</title>
<updated>2004-03-21T14:36:22Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@redhat.com</email>
</author>
<published>2004-03-21T14:36:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=5654cd6cccf5d2a1eec0f8d60b5196fd454f523a'/>
<id>urn:sha1:5654cd6cccf5d2a1eec0f8d60b5196fd454f523a</id>
<content type='text'>
From Jouni Malinen &lt;jkmaline@cc.hut.fi&gt;

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).
</content>
</entry>
<entry>
<title>[CRYPTO]: Add Deflate algorithm to crypto API.</title>
<updated>2003-03-28T19:17:21Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@intercode.com.au</email>
</author>
<published>2003-03-28T19:17:21Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=0946befcaa7df551c1b9664506c947201007a3f0'/>
<id>urn:sha1:0946befcaa7df551c1b9664506c947201007a3f0</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]: Eliminate crypto_tfm.crt_ctx, from Adam Richter.</title>
<updated>2003-03-08T03:46:27Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@intercode.com.au</email>
</author>
<published>2003-03-08T03:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=16ffa71a18bb0177edfeb3d3a46880375587191c'/>
<id>urn:sha1:16ffa71a18bb0177edfeb3d3a46880375587191c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CRYPTO]: in/out scatterlist support for ciphers.</title>
<updated>2003-02-02T15:35:32Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@intercode.com.au</email>
</author>
<published>2003-02-02T15:35:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=3957f2b34960d85b63e814262a8be7d5ad91444d'/>
<id>urn:sha1:3957f2b34960d85b63e814262a8be7d5ad91444d</id>
<content type='text'>
- Merge scatterwalk patch from Adam J. Richter &lt;adam@yggdrasil.com&gt;
  API change: cipher methods now take in/out scatterlists and nbytes 
  params.
- Merge gss_krb5_crypto update from Adam J. Richter &lt;adam@yggdrasil.com&gt;
- Add KM_SOFTIRQn (instead of KM_CRYPTO_IN etc).
- Add asm/kmap_types.h to crypto/internal.h
- Update cipher.c credits.
- Update cipher.c documentation.
</content>
</entry>
<entry>
<title>[CRYPTO] kstack cleanup (v0.28)</title>
<updated>2002-11-15T05:43:43Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@intercode.com.au</email>
</author>
<published>2002-11-15T05:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=fdd30fe27d07461d201a3ce41a2c49b1041451d9'/>
<id>urn:sha1:fdd30fe27d07461d201a3ce41a2c49b1041451d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CRYPTO]: Rework HMAC interface.</title>
<updated>2002-11-03T18:13:19Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@intercode.com.au</email>
</author>
<published>2002-11-03T18:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=464ff46093bd6ed4da11037edda18378b6804c1a'/>
<id>urn:sha1:464ff46093bd6ed4da11037edda18378b6804c1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[CRYPTO]: Cleanups based upon suggestions by Jeff Garzik.</title>
<updated>2002-10-30T06:45:00Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@intercode.com.au</email>
</author>
<published>2002-10-30T06:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=b56bc16aa33f97a846bccc295e0189ca55cb5b43'/>
<id>urn:sha1:b56bc16aa33f97a846bccc295e0189ca55cb5b43</id>
<content type='text'>
- 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.
</content>
</entry>
<entry>
<title>[CRYPTO]: Fix some credits.</title>
<updated>2002-10-30T06:38:09Z</updated>
<author>
<name>James Morris</name>
<email>jmorris@intercode.com.au</email>
</author>
<published>2002-10-30T06:38:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=e3f4fb0b9e02371a82dd7fd7a1fc0cd26d43d486'/>
<id>urn:sha1:e3f4fb0b9e02371a82dd7fd7a1fc0cd26d43d486</id>
<content type='text'>
</content>
</entry>
</feed>
