summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-1417-1558/+1940
|\
| * crypto: caam - check caam_emi_slow instead of re-lookup platformMarcus Folkesson2016-12-071-3/+3
| * crypto: caam - make aamalg_desc a proper moduleArnd Bergmann2016-12-012-1/+5
| * crypto: caam - pass key buffers with typesafe pointersArnd Bergmann2016-12-013-59/+62
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-301-0/+9
| |\
| * | crypto: caam - refactor ahash shared descriptor generationHoria Geantă2016-11-281-94/+36
| * | crypto: caam - consolidate split key length computationHoria Geantă2016-11-284-45/+53
| * | crypto: caam - refactor encryption descriptors generationHoria Geantă2016-11-285-1072/+1440
| * | crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAMHoria Geantă2016-11-281-4/+4
| * | crypto: caam - rewrite some generic inline append cmdsHoria Geantă2016-11-282-14/+14
| * | crypto: caam - improve key inliningHoria Geantă2016-11-282-53/+116
| * | crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă2016-11-284-81/+13
| * | crypto: caam - group algorithm related paramsHoria Geantă2016-11-285-205/+274
| * | crypto: caam - move append_key_aead() into init_sh_desc_key_aead()Horia Geantă2016-11-281-18/+12
| * | crypto: caam - merge identical ahash_final/finup shared descHoria Geantă2016-11-131-25/+1
| * | crypto: caam - constify pointer to descriptor bufferHoria Geantă2016-11-131-34/+38
| * | crypto: caam - move sec4_sg_entry to sg_sw_sec4.hHoria Geantă2016-11-132-7/+5
| * | Revert "crypto: caam - get rid of tasklet"Horia Geantă2016-11-132-9/+17
| * | 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
OpenPOWER on IntegriCloud