summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* [CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/moduleHerbert Xu2008-01-101-1/+1
* [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-102-5/+3Star
* [HIFN]: Add support for using the random number generatorPatrick McHardy2008-01-101-1/+81
* [HIFN]: Improve PLL initializationPatrick McHardy2008-01-101-2/+108
* [CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu2008-01-101-1/+1
* [CRYPTO] hifn: Add missing includesAndrew Morton2008-01-101-0/+2
* [CRYPTO] hifn: Make Kconfig option depend on PCIJan Glauber2008-01-101-0/+1
* [CRYPTO] hifn: Schedule callback invocation to tasklet.Evgeniy Polyakov2008-01-101-1/+21
* [CRYPTO] geode: Add fallback for unsupported modesSebastian Siewior2008-01-102-43/+206
* [CRYPTO] geode: move defines into a headerfileSebastian Siewior2008-01-102-34/+34
* [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-102-3/+2Star
* [CRYPTO] geode: remove aliasSebastian Siewior2008-01-101-1/+0Star
* [CRYPTO] hifn_795x: Detect weak keysEvgeniy Polyakov2008-01-102-1/+12
* [CRYPTO] hifn_795x: HIFN 795x driverEvgeniy Polyakov2008-01-103-0/+2630
* [CRYPTO] padlock: Fix alignment fault in aes_crypt_copyHerbert Xu2008-01-101-2/+2
* [CRYPTO] padlock: Fix spurious ECB page faultHerbert Xu2007-12-281-4/+49
* [CRYPTO] geode: Fix not inplace encryptionSebastian Siewior2007-11-111-2/+1Star
* [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-2/+2
* [CRYPTO] sha: Add header file for SHA definitionsJan Glauber2007-10-111-20/+16Star
* [CRYPTO] sha: Load the SHA[1|256] module by an aliasSebastian Siewior2007-10-111-15/+2Star
* [CRYPTO] aes: Rename aes to aes-genericSebastian Siewior2007-10-112-2/+3
* [CRYPTO] drivers/Kconfig: Remove "default m"sAdrian Bunk2007-10-111-5/+0Star
* Add some help texts to recently-introduced kconfig itemsJan Engelhardt2007-08-181-0/+5
* Use menuconfig objects: crypto hwJan Engelhardt2007-07-161-2/+7
* [CRYPTO] geode: Fix in-place operations and set keyJordan Crouse2007-05-242-5/+10
* [CRYPTO] padlock: Make CRYPTO_DEV_PADLOCK a tristate againHerbert Xu2007-05-181-2/+2
* [S390] Kconfig: use common Kconfig files for s390.Martin Schwidefsky2007-05-101-0/+22
* Fix trivial typos in Kconfig* filesDavid Sterba2007-05-091-1/+1
* [CRYPTO] padlock: Remove pointless padlock moduleSimon Arlott2007-05-023-72/+3Star
* [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
* Merge branch 'HEAD' of master.kernel.org:/pub/scm/linux/kernel/git/herbert/cr...David S. Miller2007-02-091-1/+1
|\
| * [CRYPTO] geode: Convert pci_module_init() to pci_register_driver()Richard Knutsson2007-02-061-1/+1
* | [S390] Support for s390 Pseudo Random Number GeneratorJan Glauber2007-02-051-0/+2
|/
* [PATCH] geode crypto is PCI deviceRandy Dunlap2006-12-101-1/+1
* [CRYPTO] geode: Make needlessly global geode_aes_crypt() staticAdrian Bunk2006-12-072-3/+1Star
* [PATCH] crypto: Add support for the Geode LX AES hardwareJordan Crouse2006-12-074-0/+530
* [CRYPTO] padlock: Convert padlock-sha to use crypto_hashHerbert Xu2006-09-211-56/+35Star
* [CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu2006-09-211-3/+3
* [CRYPTO] drivers: Remove obsolete block cipher operationsHerbert Xu2006-09-211-44/+0Star
* [CRYPTO] padlock: Added block cipher versions of CBC/ECBHerbert Xu2006-09-213-7/+169
* [CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu2006-09-211-2/+3
* [CRYPTO] padlock-sha: TFMs don't need to be staticMichal Ludvig2006-09-211-9/+9
* [CRYPTO] padlock: Helper module padlock.koMichal Ludvig2006-09-214-7/+72
* [CRYPTO] padlock-sha: Make 2 functions staticAdrian Bunk2006-09-211-2/+2
* [CRYPTO] padlock: Driver for SHA1 / SHA256 algorithmsMichal Ludvig2006-09-213-0/+354