summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2012-08-12ENGR00216259 caam: improve RNG4 initialization processSteve Cornelius
2012-08-06ENGR00219164: caam: limit AXI pipeline depth = 1 on mx6 for errataSteve Cornelius
2012-07-25ENGR00215945-3: caam: Improve error recovery on failed RNG4 kickstartSteve Cornelius
2012-07-25ENGR00215945-2: Fix directions in cache coherence functionsSteve Cornelius
2012-07-25ENGR00215945-1: Rework scatterlist handling for bi-endian platformsSteve Cornelius
2012-07-25ENGR00217306-1: Add DCP/RNGB driver supportTerry Lv
2012-07-20ENGR00215492-3: Detect HW features during alg registrationSteve Cornelius
2012-07-20ENGR00215492-2: Add SGT error to formerly reserved entrySteve Cornelius
2012-07-20ENGR00215492-1: Fix DMA size in extended descriptor for ahash_digest()Steve Cornelius
2012-07-20ENGR00215228-16: Add API module for asynchronous hashingSteve Cornelius
2012-07-20ENGR00215228-15: Add API module for /dev/hw_randomSteve Cornelius
2012-07-20ENGR00215228-14: Add in RNG4 kickstart functionSteve Cornelius
2012-07-20ENGR00215228-13: Add cache coherence to externalized key generationSteve Cornelius
2012-07-20ENGR00215228-12: Move scatter/gather cache coherence into chained function.Steve Cornelius
2012-07-20ENGR00215228-11: Enable ahash and rng configurationsSteve Cornelius
2012-07-20ENGR00215228-10: Descriptor optimizations, misc whitespace fixes.Steve Cornelius
2012-07-20ENGR00215228-9: Add hash and RNG initializers for non-OF buildsSteve Cornelius
2012-07-20ENGR00215228-8: Add pointer length extensions, non-error-propgation definition.Steve Cornelius
2012-07-20ENGR00215228-7: Externalize SG lists plus split-key generationSteve Cornelius
2012-07-20ENGR00215228-6: Externalize scatter-gather handling for multiple API modules.Steve Cornelius
2012-07-20ENGR00215228-5: Add <md5.h> inclusion for expanded aead processing.Steve Cornelius
2012-07-20ENGR00215228-4: Synchronize scatter/gather table definitions with QorIQ defsSteve Cornelius
2012-07-20ENGR00215228-3: Merge in RNGB changesSteve Cornelius
2012-07-20ENGR00215228-2: Add era4 amendments and whitespace fixesSteve Cornelius
2012-07-20ENGR00215228-1: Remove unused DECO base pointerSteve Cornelius
2012-07-20ENGR00212512: Fix caam build error when being built as moduleTerry Lv
2012-07-20ENGR00180943-14: Update internal definition of hardware link table listSteve Cornelius
2012-07-20ENGR00180943-13: Extend for ARM/iMX6 compatibilitySteve Cornelius
2012-07-20ENGR00180943-12: Extend to include support for ARM targets on iMX6 platformsSteve Cornelius
2012-07-20ENGR00180943-11: Add non-device-tree platform property detectionSteve Cornelius
2012-07-20ENGR00180943-10: Add register I/O primitives for ARM compatibilitySteve Cornelius
2012-07-20ENGR00180943-9: Include referenced for clock controlSteve Cornelius
2012-07-20ENGR00180943-8: Differentiate inclusions for OF versus non-OF platformsSteve Cornelius
2012-07-20ENGR00180943-2: Enable MXC devices to select CAAM driver in KconfigSteve Cornelius
2012-07-20ENGR00180943-1: Backport in current 3.2 code tested on Power for ARMSteve Cornelius
2012-07-20ENGR00141399-3 DCP: add dcp driver supportFrank Li
2012-05-21crypto: mv_cesa requires on CRYPTO_HASH to buildAlexander Clouter
2012-03-12crypto: mv_cesa - fix final callback not ignoring input dataPhil Sutter
2011-12-09crypto: mv_cesa - fix hashing of chunks > 1920 bytesPhil Sutter
2011-06-30crypto: caam - fix operator precedence in shared descriptor allocationKim Phillips
2011-05-23[S390] ap: skip device registration on type probe failureHolger Dengler
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-05-19crypto: caam - add support for sha512 variants of existing AEAD algorithmsKim Phillips
2011-05-19crypto: caam - remove unused authkeylen from caam_ctxKim Phillips
2011-05-19crypto: caam - fix decryption shared vs. non-shared key settingKim Phillips
2011-05-19crypto: caam - platform_bus_type migrationKim Phillips
2011-05-11crypto: mv_cesa - make count_sgs() null-pointer proofPhil Sutter
2011-05-11crypto: mv_cesa - copy remaining bytes to SRAM only when neededPhil Sutter
2011-05-11crypto: mv_cesa - move digest state initialisation to a better placePhil Sutter
2011-05-11crypto: mv_cesa - fill inner/outer IV fields only in HMAC casePhil Sutter