Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CRYPTO] geode: Make needlessly global geode_aes_crypt() static | Adrian Bunk | 2006-12-06 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | On Tue, Nov 14, 2006 at 01:41:25AM -0800, Andrew Morton wrote: >... > Changes since 2.6.19-rc5-mm2: >... > git-cryptodev.patch >... > git trees >... This patch makes the needlessly global geode_aes_crypt() static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | ||||
* | [PATCH] crypto: Add support for the Geode LX AES hardware | Jordan Crouse | 2006-12-06 | 1 | -0/+42 |
Add a driver to support the AES hardware on the Geode LX processor. Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |