aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/geode-aes.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: geode_aes - Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID i...Peter Huewe2010-07-191-1/+1
* crypto: geode-aes - Fix some code style issuesChihau Chau2010-04-191-16/+20
* crypto: geode-aes - Fix cip/blk confusionRoel Kluin2010-02-041-1/+1
* crypto: geode-aes - access .cip instead of .blk in cipher modeRoel Kluin2010-01-081-3/+3
* [CRYPTO] geode: Add __dev{init,exit} annotationsAdrian Bunk2008-01-111-2/+2
* [CRYPTO] geode: Use correct encrypt/decrypt function in fallbackSebastian Siewior2008-01-111-2/+2
* [CRYPTO] geode: do not copy the IV too oftenSebastian Siewior2008-01-111-4/+2
* [CRYPTO] geode: Add fallback for unsupported modesSebastian Siewior2008-01-111-43/+200
* [CRYPTO] geode: move defines into a headerfileSebastian Siewior2008-01-111-32/+0
* [CRYPTO] geode: relax in busy loop and care about return valueSebastian Siewior2008-01-111-3/+6
* [CRYPTO] geode: use consistent IV copySebastian Siewior2008-01-111-6/+4
* [CRYPTO] aes: Move common defines into a header fileSebastian Siewior2008-01-111-0/+1
* [CRYPTO] geode: remove aliasSebastian Siewior2008-01-111-1/+0
* [CRYPTO] geode: Fix not inplace encryptionSebastian Siewior2007-11-111-2/+1
* [CRYPTO] aes: Rename aes to aes-genericSebastian Siewior2007-10-101-0/+1
* [CRYPTO] geode: Fix in-place operations and set keyJordan Crouse2007-05-241-3/+9
* [PATCH] geode-aes: use unsigned long for spin_lock_irqsaveAlexey Dobriyan2007-03-061-2/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [CRYPTO] geode: Convert pci_module_init() to pci_register_driver()Richard Knutsson2007-02-071-1/+1
* [CRYPTO] geode: Make needlessly global geode_aes_crypt() staticAdrian Bunk2006-12-061-1/+1
* [PATCH] crypto: Add support for the Geode LX AES hardwareJordan Crouse2006-12-061-0/+474