summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: caam - fix DMA API mapping leak in ablkcipher codeHoria Geantă2016-11-131-0/+44
| * | crypto: caam - remove unreachable code in report_ccb_status()Horia Geantă2016-11-131-3/+2
| * | crypto: caam - trivial code clean-upHoria Geantă2016-11-133-22/+9
| * | crypto: caam - remove unused command from aead givencryptHoria Geantă2016-11-131-4/+1
| * | crypto: caam - remove unused may_sleep in dbg_dump_sg()Horia Geantă2016-11-131-13/+6
| * | crypto: caam - fix smatch warningsHoria Geantă2016-11-132-4/+2
| * | crypto: caam - fix sparse warningsHoria Geantă2016-11-133-26/+20
| * | crypto: caam - desc.h fixesHoria Geantă2016-11-131-8/+8
| * | crypto: caam - completely remove error propagation handlingHoria Geantă2016-11-132-8/+2
| * | crypto: caam - fix AEAD givenc descriptorsAlex Porosanu2016-11-131-1/+3
| * | crypto: caam - fix type mismatch warningArnd Bergmann2016-11-011-1/+1
| * | crypto: caam - add support for iMX6ULMarcus Folkesson2016-10-251-15/+20
* | | crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernelHoria Geantă2016-12-071-2/+3
| |/ |/|
* | crypto: caam - fix type mismatch warningArnd Bergmann2016-11-171-1/+1
* | crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld2016-11-131-0/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-40/+37
|\
| * crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă2016-08-311-40/+37
* | crypto: caam - treat SGT address pointer as u64Tudor Ambarus2016-10-023-7/+9
* | crypto: caam - Unmap region obtained by of_iomapArvind Yadav2016-10-021-0/+1
* | crypto: caam - fix sg dumpCatalin Vasile2016-09-221-18/+61
* | crypto: caam - Move common error handling code in two functionsMarkus Elfring2016-09-221-12/+14
* | crypto: caam - Delete an unnecessary initialisation in seven functionsMarkus Elfring2016-09-221-7/+7
* | crypto: caam - Return a value directly in caam_hash_cra_init()Markus Elfring2016-09-221-5/+1
* | crypto: caam - Rename a jump label in five functionsMarkus Elfring2016-09-221-27/+22
* | crypto: caam - Rename jump labels in ahash_setkey()Markus Elfring2016-09-221-6/+5
* | crypto: caam - Use kmalloc_array() in ahash_setkey()Markus Elfring2016-09-221-2/+3
* | crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile2016-09-072-42/+57
* | crypto: caam - add missing header dependenciesBaoyou Xie2016-08-311-0/+1
* | crypto: caam - avoid kernel warnings on probe failureRussell King2016-08-091-0/+2
* | crypto: caam - get rid of taskletRussell King2016-08-092-17/+9
* | crypto: caam - add ahash_edesc_add_src()Russell King2016-08-091-80/+57
* | crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King2016-08-091-50/+34
* | crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King2016-08-091-27/+33
* | crypto: caam - check and use dma_map_sg() return codeRussell King2016-08-091-35/+103
* | crypto: caam - ensure that we clean up after an errorRussell King2016-08-091-53/+79
* | crypto: caam - replace sec4_sg pointer with arrayRussell King2016-08-091-9/+3
* | crypto: caam - mark the hardware descriptor as cache line alignedRussell King2016-08-091-1/+1
* | crypto: caam - incorporate job descriptor into struct ahash_edescRussell King2016-08-091-30/+19
* | crypto: caam - ensure descriptor buffers are cacheline alignedRussell King2016-08-091-7/+7
* | crypto: caam - fix DMA API mapping leakRussell King2016-08-091-9/+17
|/
* crypto: caam - fix non-hmac hashesRussell King2016-08-091-0/+1
* crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă2016-08-081-0/+3
* crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă2016-08-081-5/+5
* crypto: caam - add support for RSA algorithmTudor Ambarus2016-07-059-1/+789
* crypto: caam - replace deprecated EXTRA_CFLAGSTudor Ambarus2016-06-201-1/+1
* crypto: caam - fix misspelled upper_32_bitsArnd Bergmann2016-06-201-2/+2
* crypto: caam - add ARCH_LAYERSCAPE to supported architecturesHoria Geantă2016-05-311-1/+1
* crypto: caam - handle core endianness != caam endiannessHoria Geantă2016-05-319-166/+340
* crypto: caam - fix offset field in hw sg entriesCristian Stoica2016-05-312-5/+5
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1