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