summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/geode-aes.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
* 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-041-5/+3Star
* crypto: geode-aes - Use module_pci_driverSachin Kamat2012-09-061-14/+1Star
* crypto: drivers - remove cra_list initializationJussi Kivilinna2012-08-011-3/+0Star
* 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-101-2/+2
* [CRYPTO] geode: Use correct encrypt/decrypt function in fallbackSebastian Siewior2008-01-101-2/+2
* [CRYPTO] geode: do not copy the IV too oftenSebastian Siewior2008-01-101-4/+2Star
* [CRYPTO] geode: Add fallback for unsupported modesSebastian Siewior2008-01-101-43/+200
* [CRYPTO] geode: move defines into a headerfileSebastian Siewior2008-01-101-32/+0Star
* [CRYPTO] geode: relax in busy loop and care about return valueSebastian Siewior2008-01-101-3/+6
* [CRYPTO] geode: use consistent IV copySebastian Siewior2008-01-101-6/+4Star
* [CRYPTO] aes: Move common defines into a header fileSebastian Siewior2008-01-101-0/+1
* [CRYPTO] geode: remove aliasSebastian Siewior2008-01-101-1/+0Star
* [CRYPTO] geode: Fix not inplace encryptionSebastian Siewior2007-11-111-2/+1Star
* [CRYPTO] aes: Rename aes to aes-genericSebastian Siewior2007-10-111-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/+1Star
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [CRYPTO] geode: Convert pci_module_init() to pci_register_driver()Richard Knutsson2007-02-061-1/+1
* [CRYPTO] geode: Make needlessly global geode_aes_crypt() staticAdrian Bunk2006-12-071-1/+1
* [PATCH] crypto: Add support for the Geode LX AES hardwareJordan Crouse2006-12-071-0/+474