<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/crypto/cbc.c, branch v2.6.19</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/crypto/cbc.c?h=v2.6.19</id>
<link rel='self' href='https://git.amat.us/linux/atom/crypto/cbc.c?h=v2.6.19'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-09-21T01:44:08Z</updated>
<entry>
<title>[CRYPTO] cipher: Added block ciphers for CBC/ECB</title>
<updated>2006-09-21T01:44:08Z</updated>
<author>
<name>Herbert Xu</name>
<email>herbert@gondor.apana.org.au</email>
</author>
<published>2006-09-21T01:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=db131ef9084110d9e82549c0a627e157e8bb99d7'/>
<id>urn:sha1:db131ef9084110d9e82549c0a627e157e8bb99d7</id>
<content type='text'>
This patch adds two block cipher algorithms, CBC and ECB.  These
are implemented as templates on top of existing single-block cipher
algorithms.  They invoke the single-block cipher through the new
encrypt_one/decrypt_one interface.

This also optimises the in-place encryption and decryption to remove
the cost of an IV copy each round.

Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
</feed>
