summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/geode-aes.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: geode-aes - fixed coding style warnings and errorChris Gorman2017-07-181-7/+10
* crypto: geode - Don't use tfm->__crt_alg->cra_name directlyMarek Vasut2014-05-221-2/+2
* crypto: geode - Weed out printk() from probe()Marek Vasut2014-05-221-2/+2
* crypto: geode - Kill AES_IV_LENGTHMarek Vasut2014-05-221-1/+1
* crypto: geode - Kill AES_MIN_BLOCK_SIZEMarek Vasut2014-05-221-9/+9
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+3
* crypto: geode-aes - Use module_pci_driverSachin Kamat2012-09-071-14/+1
* crypto: drivers - remove cra_list initializationJussi Kivilinna2012-08-011-3/+0
* crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos2012-01-131-2/+4
* 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
OpenPOWER on IntegriCloud