summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2008-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-2/+2
2008-01-11[CRYPTO] padlock: Fix alignment fault in aes_crypt_copyHerbert Xu-2/+2
2007-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-4/+49
2007-12-28[CRYPTO] padlock: Fix spurious ECB page faultHerbert Xu-4/+49
2007-12-03uml: add !UML dependenciesAl Viro-1/+1
2007-11-11[CRYPTO] geode: Fix not inplace encryptionSebastian Siewior-2/+1
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu-2/+2
2007-10-10[CRYPTO] sha: Add header file for SHA definitionsJan Glauber-20/+16
2007-10-10[CRYPTO] sha: Load the SHA[1|256] module by an aliasSebastian Siewior-15/+2
2007-10-10[CRYPTO] aes: Rename aes to aes-genericSebastian Siewior-2/+3
2007-10-10[CRYPTO] drivers/Kconfig: Remove "default m"sAdrian Bunk-5/+0
2007-08-18Add some help texts to recently-introduced kconfig itemsJan Engelhardt-0/+5
2007-07-16Use menuconfig objects: crypto hwJan Engelhardt-2/+7
2007-05-24[CRYPTO] geode: Fix in-place operations and set keyJordan Crouse-5/+10
2007-05-18[CRYPTO] padlock: Make CRYPTO_DEV_PADLOCK a tristate againHerbert Xu-2/+2
2007-05-10[S390] Kconfig: use common Kconfig files for s390.Martin Schwidefsky-0/+22
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba-1/+1
2007-05-02[CRYPTO] padlock: Remove pointless padlock moduleSimon Arlott-72/+3
2007-03-06[PATCH] geode-aes: use unsigned long for spin_lock_irqsaveAlexey Dobriyan-2/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-08Merge branch 'HEAD' of master.kernel.org:/pub/scm/linux/kernel/git/herbert/cr...David S. Miller-1/+1
2007-02-07[CRYPTO] geode: Convert pci_module_init() to pci_register_driver()Richard Knutsson-1/+1
2007-02-05[S390] Support for s390 Pseudo Random Number GeneratorJan Glauber-0/+2
2006-12-10[PATCH] geode crypto is PCI deviceRandy Dunlap-1/+1
2006-12-06[CRYPTO] geode: Make needlessly global geode_aes_crypt() staticAdrian Bunk-3/+1
2006-12-06[PATCH] crypto: Add support for the Geode LX AES hardwareJordan Crouse-0/+530
2006-09-21[CRYPTO] padlock: Convert padlock-sha to use crypto_hashHerbert Xu-56/+35
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu-3/+3
2006-09-21[CRYPTO] drivers: Remove obsolete block cipher operationsHerbert Xu-44/+0
2006-09-21[CRYPTO] padlock: Added block cipher versions of CBC/ECBHerbert Xu-7/+169
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu-2/+3
2006-09-21[CRYPTO] padlock-sha: TFMs don't need to be staticMichal Ludvig-9/+9
2006-09-21[CRYPTO] padlock: Helper module padlock.koMichal Ludvig-7/+72
2006-09-21[CRYPTO] padlock-sha: Make 2 functions staticAdrian Bunk-2/+2
2006-09-21[CRYPTO] padlock: Driver for SHA1 / SHA256 algorithmsMichal Ludvig-0/+354
2006-09-21[CRYPTO] padlock: Update private header fileMichal Ludvig-12/+14
2006-09-21[CRYPTO] padlock: Add compatibility alias after renameHerbert Xu-5/+3
2006-09-21[CRYPTO] padlock: Get rid of padlock-generic.cMichal Ludvig-79/+42
2006-09-21[CRYPTO] api: Split out low-level APIHerbert Xu-1/+2
2006-07-15[CRYPTO] padlock: Fix alignment after aes_ctx rearrangeMichal Ludvig-2/+7
2006-06-26[CRYPTO] padlock: Rearrange context structure to reduce code sizeHerbert Xu-6/+4
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu-15/+14
2006-03-21[CRYPTO] api: Align tfm context as wide as possibleHerbert Xu-1/+5
2006-02-22[PATCH] padlock: Fix typo that broke 256-bit keysHerbert Xu-4/+4
2006-01-09[CRYPTO] Allow AES C/ASM implementations to coexistHerbert Xu-0/+2
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu-13/+11
2006-01-09[PADLOCK] Fix sparse warning about 1-bit signed bit-fieldHerbert Xu-1/+1
2005-10-30[PATCH] CONFIG_IA32Brian Gerst-1/+1
2005-07-06[CRYPTO] Update IV correctly for Padlock CBC encryptionHerbert Xu-4/+9
2005-07-06[CRYPTO] Ensure cit_iv is aligned correctlyHerbert Xu-2/+1