aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-40/+37
2016-10-02crypto: caam - treat SGT address pointer as u64Tudor Ambarus3-7/+9
2016-10-02crypto: caam - Unmap region obtained by of_iomapArvind Yadav1-0/+1
2016-09-22crypto: caam - fix sg dumpCatalin Vasile1-18/+61
2016-09-22crypto: caam - Move common error handling code in two functionsMarkus Elfring1-12/+14
2016-09-22crypto: caam - Delete an unnecessary initialisation in seven functionsMarkus Elfring1-7/+7
2016-09-22crypto: caam - Return a value directly in caam_hash_cra_init()Markus Elfring1-5/+1
2016-09-22crypto: caam - Rename a jump label in five functionsMarkus Elfring1-27/+22
2016-09-22crypto: caam - Rename jump labels in ahash_setkey()Markus Elfring1-6/+5
2016-09-22crypto: caam - Use kmalloc_array() in ahash_setkey()Markus Elfring1-2/+3
2016-09-07crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile2-42/+57
2016-08-31crypto: caam - add missing header dependenciesBaoyou Xie1-0/+1
2016-08-31crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă1-40/+37
2016-08-09crypto: caam - avoid kernel warnings on probe failureRussell King1-0/+2
2016-08-09crypto: caam - get rid of taskletRussell King2-17/+9
2016-08-09crypto: caam - add ahash_edesc_add_src()Russell King1-80/+57
2016-08-09crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King1-50/+34
2016-08-09crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King1-27/+33
2016-08-09crypto: caam - check and use dma_map_sg() return codeRussell King1-35/+103
2016-08-09crypto: caam - ensure that we clean up after an errorRussell King1-53/+79
2016-08-09crypto: caam - replace sec4_sg pointer with arrayRussell King1-9/+3
2016-08-09crypto: caam - mark the hardware descriptor as cache line alignedRussell King1-1/+1
2016-08-09crypto: caam - incorporate job descriptor into struct ahash_edescRussell King1-30/+19
2016-08-09crypto: caam - ensure descriptor buffers are cacheline alignedRussell King1-7/+7
2016-08-09crypto: caam - fix DMA API mapping leakRussell King1-9/+17
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