aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-09crypto: caam - fix non-hmac hashesRussell King1-0/+1
2016-08-08crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă1-0/+3
2016-08-08crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă1-5/+5
2016-07-05crypto: caam - add support for RSA algorithmTudor Ambarus9-1/+789
2016-06-20crypto: caam - replace deprecated EXTRA_CFLAGSTudor Ambarus1-1/+1
2016-06-20crypto: caam - fix misspelled upper_32_bitsArnd Bergmann1-2/+2
2016-05-31crypto: caam - add ARCH_LAYERSCAPE to supported architecturesHoria Geantă1-1/+1
2016-05-31crypto: caam - handle core endianness != caam endiannessHoria Geantă9-166/+340
2016-05-31crypto: caam - fix offset field in hw sg entriesCristian Stoica2-5/+5
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-05-10crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile1-1/+1
2016-02-17crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam1-1/+1
2016-01-25crypto: caam - enable LARGE_BURST for enhancing DMA transactions sizeHoria Geant?2-2/+3
2016-01-25crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?1-2/+2
2015-12-04crypto: caam - pass the correct buffer lengthFabio Estevam1-1/+1
2015-11-17crypto: caam - check return value of sg_nents_for_lenLABBE Corentin1-0/+24
2015-10-20crypto: caam - fix indentation of close bracesRussell King1-6/+6
2015-10-20crypto: caam - only export the state we really need to exportRussell King1-4/+40
2015-10-20crypto: caam - fix non-block aligned hash calculationRussell King1-1/+1
2015-10-20crypto: caam - avoid needlessly saving and restoring caam_hash_ctxRussell King1-8/+4
2015-10-20crypto: caam - print errno code when hash registration failsRussell King1-4/+6
2015-10-08crypto: caam - add support for acipher xts(aes)Catalin Vasile1-1/+137
2015-10-01crypto: caam - dma_map_sg can handle chained SGLABBE Corentin3-168/+53
2015-09-21crypto: caam - Remove unused JUMP_TYPE_MASK definitionFabio Estevam1-1/+0
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-1355/+1755
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam5-15/+11
2015-08-24crypto: caam - Propagate the real error code in caam_probeFabio Estevam1-4/+4
2015-08-24crypto: caam - Fix the error handling in caam_probeFabio Estevam1-11/+25
2015-08-24crypto: caam - fix writing to JQCR_MS when using service interfaceHoria Geant?1-1/+1
2015-08-18crypto: caam - add support for LS1021AHoria Geant?4-10/+29
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-2/+1
2015-08-13crypto: caam - Remove unneeded 'ret' variableFabio Estevam1-2/+2
2015-08-13crypto: caam - Fix error handling in caam_rng_init()Fabio Estevam1-3/+11
2015-08-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?1-3/+4
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan4-18/+110
2015-08-10crypto: caam - Enable MXC devices to select CAAM driver in KconfigSteve Cornelius1-1/+1
2015-08-10crypto: caam - Use local sg pointers to walk the scatterlistVictoria Milhoan1-7/+17
2015-08-10crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan1-1/+1
2015-08-10crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan2-19/+18
2015-08-10crypto: caam - Modify Freescale CAAM driver Scatter Gather entry definitionVictoria Milhoan2-5/+21
2015-08-10crypto: caam - Enable and disable clocks on Freescale i.MX platformsVictoria Milhoan3-0/+94
2015-08-10crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatibilityVictoria Milhoan2-3/+26
2015-08-10crypto: caam - Add cache coherency supportVictoria Milhoan3-1/+23
2015-08-04crypto: caam - Convert authenc to new AEAD interfaceHerbert Xu1-1245/+1316
2015-07-31crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?1-9/+15
2015-07-20crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus1-1/+1
2015-07-20crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?1-2/+3
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?2-2/+9
2015-07-20crypto: caam - fix ERA property readingAlex Porosanu1-7/+7
2015-07-14crypto: caam - Use new IV conventionHerbert Xu1-26/+49