aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-10-31crypto: add module.h to those files that are explicitly using itGravatar Paul Gortmaker 1-0/+1
2011-10-21crypto: talitos - handle descriptor not found in error pathGravatar Kim Phillips 1-8/+10
2011-10-21crypto: Make hifn_795x build depend on !ARCH_DMA_ADDR_T_64BITGravatar Richard Weinberger 2-4/+3
2011-10-20crypto: picoxcell - add dependency on HAVE_CLKGravatar Jamie Iles 1-1/+1
2011-08-15crypto: n2 - Fix a get/put_cpu() imbalanceGravatar Thomas Meyer 1-2/+2
2011-08-10crypto: picoxcell - fix possible invalid pointer dereferenceGravatar Jamie Iles 1-1/+1
2011-08-10crypto: picoxcell - support for device tree matchingGravatar Jamie Iles 1-6/+30
2011-08-10crypto: picoxcell - add connection ID to the clock nameGravatar Jamie Iles 1-1/+1
2011-08-10crypto: picoxcell - convert to platform ID tableGravatar Jamie Iles 1-60/+33
2011-08-03crypto: padlock-aes - Make module loading even quieter when hardware is missingGravatar Jonathan Nieder 1-3/+1
2011-07-28n2_crypto: Attach on Niagara-T3.Gravatar David S. Miller 1-15/+18
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+13
2011-07-24caam: don't pass bogus S_IFCHR to debugfs_create_...()Gravatar Al Viro 1-13/+13
2011-07-15crypto: caam - ablkcipher supportGravatar Yuan Kang 2-0/+511
2011-07-15crypto: caam - faster aead implementationGravatar Yuan Kang 2-330/+832
2011-07-15crypto: caam - structure renamingGravatar Yuan Kang 1-21/+43
2011-07-15crypto: caam - shorter namesGravatar Yuan Kang 1-137/+137
2011-07-15crypto: talitos - don't bad_key in ablkcipher setkeyGravatar Kim Phillips 1-11/+0
2011-07-15crypto: talitos - remove unused giv from ablkcipher methodsGravatar Kim Phillips 1-4/+3
2011-07-15crypto: talitos - don't set done notification in hot pathGravatar Kim Phillips 1-3/+3
2011-07-15crypto: talitos - ensure request ordering within a single tfmGravatar Kim Phillips 1-9/+14
2011-06-30crypto: crypto4xx - Perform read/modify/write on device control registerGravatar Josh Boyer 1-1/+4
2011-06-30crypto: caam - fix build warning when DEBUG_FS not configuredGravatar Kim Phillips 1-1/+3
2011-06-30crypto: omap-sham - do not schedule tasklet if there is no active requestsGravatar Dmitry Kasatkin 1-0/+5
2011-06-30crypto: omap-sham - clear device flags when finishing requestGravatar Dmitry Kasatkin 1-1/+3
2011-06-30crypto: omap-sham - irq handler must not clear error codeGravatar Dmitry Kasatkin 1-1/+0
2011-06-30crypto: omap-sham - irq and dma handling changesGravatar Dmitry Kasatkin 1-13/+27
2011-06-30crypto: omap-sham - remove dedicated queue handling taskletGravatar Dmitry Kasatkin 1-15/+9
2011-06-30crypto: omap-sham - remove unnecessary local variableGravatar Dmitry Kasatkin 1-2/+1
2011-06-30crypto: omap-sham - move some flags to device contextGravatar Dmitry Kasatkin 1-13/+6
2011-06-30crypto: omap-sham - replace flags operation with atomic bit operationsGravatar Dmitry Kasatkin 1-16/+13
2011-06-30crypto: omap-sham - replace flags bit mask with bit numberGravatar Dmitry Kasatkin 1-50/+52
2011-06-30crypto: omap-sham - remove unused codeGravatar Dmitry Kasatkin 1-5/+0
2011-06-30crypto: omap-sham - remove extra referenceGravatar Dmitry Kasatkin 1-1/+1
2011-06-30crypto: caam - fix operator precedence in shared descriptor allocationGravatar Kim Phillips 1-3/+3
2011-05-23[S390] ap: skip device registration on type probe failureGravatar Holger Dengler 1-0/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 20-154/+6157
2011-05-19crypto: caam - add support for sha512 variants of existing AEAD algorithmsGravatar Kim Phillips 2-13/+107
2011-05-19crypto: caam - remove unused authkeylen from caam_ctxGravatar Kim Phillips 1-2/+0
2011-05-19crypto: caam - fix decryption shared vs. non-shared key settingGravatar Kim Phillips 1-4/+22
2011-05-19crypto: caam - platform_bus_type migrationGravatar Kim Phillips 1-5/+4
2011-05-11crypto: mv_cesa - make count_sgs() null-pointer proofGravatar Phil Sutter 1-6/+2
2011-05-11crypto: mv_cesa - copy remaining bytes to SRAM only when neededGravatar Phil Sutter 1-6/+6
2011-05-11crypto: mv_cesa - move digest state initialisation to a better placeGravatar Phil Sutter 1-8/+6
2011-05-11crypto: mv_cesa - fill inner/outer IV fields only in HMAC caseGravatar Phil Sutter 1-3/+3
2011-05-11crypto: mv_cesa - refactor copy_src_to_buf()Gravatar Phil Sutter 1-15/+10
2011-05-11crypto: mv_cesa - no need to save digest state after the last chunkGravatar Phil Sutter 1-6/+6
2011-05-11crypto: mv_cesa - print a warning when registration of AES algos failGravatar Phil Sutter 1-2/+8
2011-05-11crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finupGravatar Phil Sutter 1-3/+0