summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorLines
2016-01-25crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?-2/+2
2015-12-04crypto: caam - pass the correct buffer lengthFabio Estevam-1/+1
2015-11-17crypto: caam - check return value of sg_nents_for_lenLABBE Corentin-0/+24
2015-10-20crypto: caam - fix indentation of close bracesRussell King-6/+6
2015-10-20crypto: caam - only export the state we really need to exportRussell King-4/+40
2015-10-20crypto: caam - fix non-block aligned hash calculationRussell King-1/+1
2015-10-20crypto: caam - avoid needlessly saving and restoring caam_hash_ctxRussell King-8/+4
2015-10-20crypto: caam - print errno code when hash registration failsRussell King-4/+6
2015-10-08crypto: caam - add support for acipher xts(aes)Catalin Vasile-1/+137
2015-10-01crypto: caam - dma_map_sg can handle chained SGLABBE Corentin-168/+53
2015-09-21crypto: caam - Remove unused JUMP_TYPE_MASK definitionFabio Estevam-1/+0
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1355/+1755
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam-15/+11
2015-08-24crypto: caam - Propagate the real error code in caam_probeFabio Estevam-4/+4
2015-08-24crypto: caam - Fix the error handling in caam_probeFabio Estevam-11/+25
2015-08-24crypto: caam - fix writing to JQCR_MS when using service interfaceHoria Geant?-1/+1
2015-08-18crypto: caam - add support for LS1021AHoria Geant?-10/+29
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu-2/+1
2015-08-13crypto: caam - Remove unneeded 'ret' variableFabio Estevam-2/+2
2015-08-13crypto: caam - Fix error handling in caam_rng_init()Fabio Estevam-3/+11
2015-08-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?-3/+4
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan-18/+110
2015-08-10crypto: caam - Enable MXC devices to select CAAM driver in KconfigSteve Cornelius-1/+1
2015-08-10crypto: caam - Use local sg pointers to walk the scatterlistVictoria Milhoan-7/+17
2015-08-10crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan-1/+1
2015-08-10crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan-19/+18
2015-08-10crypto: caam - Modify Freescale CAAM driver Scatter Gather entry definitionVictoria Milhoan-5/+21
2015-08-10crypto: caam - Enable and disable clocks on Freescale i.MX platformsVictoria Milhoan-0/+94
2015-08-10crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatib...Victoria Milhoan-3/+26
2015-08-10crypto: caam - Add cache coherency supportVictoria Milhoan-1/+23
2015-08-04crypto: caam - Convert authenc to new AEAD interfaceHerbert Xu-1245/+1316
2015-07-31crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?-9/+15
2015-07-20crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus-1/+1
2015-07-20crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?-2/+3
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?-2/+9
2015-07-20crypto: caam - fix ERA property readingAlex Porosanu-7/+7
2015-07-14crypto: caam - Use new IV conventionHerbert Xu-26/+49
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-706/+773
2015-06-19crypto: caam - Set last bit on src SG listHerbert Xu-1/+1
2015-06-19crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu-1/+2
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu-3/+2
2015-06-18crypto: caam - fix non-64-bit write/read accessSteffen Trumtrar-19/+19
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu-634/+686
2015-06-17crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu-14/+21
2015-06-16crypto: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan-2/+2
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan-4/+5
2015-06-16crypto: caam - fix RNG buffer cache alignmentSteve Cornelius-1/+1
2015-06-16crypto: caam - improve initalization for context state savesSteve Cornelius-0/+2
2015-06-09crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu-12/+23
2015-05-22crypto: caam - Use old_aead_algHerbert Xu-1/+1