<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/crypto/tcrypt.c, branch v2.6.13</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/crypto/tcrypt.c?h=v2.6.13</id>
<link rel='self' href='https://git.amat.us/linux/atom/crypto/tcrypt.c?h=v2.6.13'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-06-22T20:29:03Z</updated>
<entry>
<title>[CRYPTO]: Use CPU cycle counters in tcrypt</title>
<updated>2005-06-22T20:29:03Z</updated>
<author>
<name>Herbert Xu</name>
<email>herbert@gondor.apana.org.au</email>
</author>
<published>2005-06-22T20:29:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6a17944ca12229036a6d8d48be1b5eb51204fcf8'/>
<id>urn:sha1:6a17944ca12229036a6d8d48be1b5eb51204fcf8</id>
<content type='text'>
After using this facility for a while to test my changes to the
cipher crypt() layer, I realised that I should've listend to Dave
and made this thing use CPU cycle counters :) As it is it's too
jittery for me to feel safe about relying on the results.

So here is a patch to make it use CPU cycles by default but fall
back to jiffies if the user specifies a non-zero sec value.

Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Use template keys for speed tests if possible</title>
<updated>2005-06-22T20:27:51Z</updated>
<author>
<name>Herbert Xu</name>
<email>herbert@gondor.apana.org.au</email>
</author>
<published>2005-06-22T20:27:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=dce907c00ff246a1fbb2b619964753ebc046591d'/>
<id>urn:sha1:dce907c00ff246a1fbb2b619964753ebc046591d</id>
<content type='text'>
The existing keys used in the speed tests do not pass the 3DES quality check.
This patch makes it use the template keys instead.

Other algorithms can supply template keys through the same interface if needed.

Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Add cipher speed tests</title>
<updated>2005-06-22T20:27:23Z</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2005-06-22T20:27:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ebfd9bcf16e4aaddcfe2d1b76b50e3dd6d3242e2'/>
<id>urn:sha1:ebfd9bcf16e4aaddcfe2d1b76b50e3dd6d3242e2</id>
<content type='text'>
From: Reyk Floeter &lt;reyk@vantronix.net&gt;

I recently had the requirement to do some benchmarking on cryptoapi, and
I found reyk's very useful performance test patch [1].

However, I could not find any discussion on why that extension (or
something providing a similar feature but different implementation) was
not merged into mainline.  If there was such a discussion, can someone
please point me to the archive[s]?

I've now merged the old patch into 2.6.12-rc1, the result can be found
attached to this email.

[1] http://lists.logix.cz/pipermail/padlock/2004/000010.html

Signed-off-by: Harald Welte &lt;laforge@gnumonks.org&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: Kill unnecessary strncpy from tcrypt</title>
<updated>2005-06-22T20:26:36Z</updated>
<author>
<name>Herbert Xu</name>
<email>herbert@gondor.apana.org.au</email>
</author>
<published>2005-06-22T20:26:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3cc3816f93e3f94f88503da8e6090302fa986bd6'/>
<id>urn:sha1:3cc3816f93e3f94f88503da8e6090302fa986bd6</id>
<content type='text'>
It seems that bad code tends to get copied (see test_cipher_speed).  So let's
kill this idiom before it spreads any further.

Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[CRYPTO]: White space and coding style clean up in tcrypt</title>
<updated>2005-06-22T20:26:03Z</updated>
<author>
<name>Herbert Xu</name>
<email>herbert@gondor.apana.org.au</email>
</author>
<published>2005-06-22T20:26:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ef2736fc741316913a457abd3731053071c86241'/>
<id>urn:sha1:ef2736fc741316913a457abd3731053071c86241</id>
<content type='text'>
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Linux-2.6.12-rc2</title>
<updated>2005-04-16T22:20:36Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-16T22:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2'/>
<id>urn:sha1:1da177e4c3f41524e886b7f1b8a0c1fc7321cac2</id>
<content type='text'>
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
</content>
</entry>
</feed>
