summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam (follow)
Commit message (Expand)AuthorAge
* crypto: caam - free resources in case caam_rng registration failedIuliana Prodan2020-01-29
* crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2019-10-17
* crypto: caam - fixed handling of sg listPankaj Gupta2019-03-23
* crypto: caam - fix endless loop when DECO acquire failsHoria Geantă2018-02-16
* crypto: caam - fix signals handlingHoria Geantă2017-07-21
* crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-04-18
* crypto: caam - fix AEAD givenc descriptorsAlex Porosanu2017-01-06
* crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld2016-11-26
* crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă2016-09-15
* crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă2016-09-07
* crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă2016-09-07
* crypto: caam - fix non-hmac hashesRussell King2016-09-07
* crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile2016-06-01
* crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?2016-02-17
* crypto: caam - fix indentation of close bracesRussell King2015-10-20
* crypto: caam - only export the state we really need to exportRussell King2015-10-20
* crypto: caam - fix non-block aligned hash calculationRussell King2015-10-20
* crypto: caam - avoid needlessly saving and restoring caam_hash_ctxRussell King2015-10-20
* crypto: caam - print errno code when hash registration failsRussell King2015-10-20
* crypto: caam - add support for acipher xts(aes)Catalin Vasile2015-10-08
* crypto: caam - dma_map_sg can handle chained SGLABBE Corentin2015-10-01
* crypto: caam - Remove unused JUMP_TYPE_MASK definitionFabio Estevam2015-09-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-08-31
|\
| * crypto: caam - Use the preferred style for memory allocationsFabio Estevam2015-08-24
| * crypto: caam - Propagate the real error code in caam_probeFabio Estevam2015-08-24
| * crypto: caam - Fix the error handling in caam_probeFabio Estevam2015-08-24
| * crypto: caam - fix writing to JQCR_MS when using service interfaceHoria Geant?2015-08-24
| * crypto: caam - add support for LS1021AHoria Geant?2015-08-18
| * crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-17
| * crypto: caam - Remove unneeded 'ret' variableFabio Estevam2015-08-13
| * crypto: caam - Fix error handling in caam_rng_init()Fabio Estevam2015-08-13
| * crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan2015-08-10
| * crypto: caam - Enable MXC devices to select CAAM driver in KconfigSteve Cornelius2015-08-10
| * crypto: caam - Use local sg pointers to walk the scatterlistVictoria Milhoan2015-08-10
| * crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan2015-08-10
| * crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan2015-08-10
| * crypto: caam - Modify Freescale CAAM driver Scatter Gather entry definitionVictoria Milhoan2015-08-10
| * crypto: caam - Enable and disable clocks on Freescale i.MX platformsVictoria Milhoan2015-08-10
| * crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatib...Victoria Milhoan2015-08-10
| * crypto: caam - Add cache coherency supportVictoria Milhoan2015-08-10
| * crypto: caam - Convert authenc to new AEAD interfaceHerbert Xu2015-08-04
| * crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?2015-07-31
| * crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus2015-07-20
| * crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?2015-07-20
| * crypto: caam - fix snooping for write transactionsHoria Geant?2015-07-20
| * crypto: caam - fix ERA property readingAlex Porosanu2015-07-20
| * crypto: caam - Use new IV conventionHerbert Xu2015-07-14
* | crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?2015-08-13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-22
|\
| * crypto: caam - Set last bit on src SG listHerbert Xu2015-06-19