summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg.c
AgeCommit message (Expand)Author
2019-12-18Merge tag 'v4.14.159' into 4.14-2.0.x-imxMarcel Ziswiler
2019-07-31crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel
2019-05-08Merge branch 'linux-4.14.y_for_4.14-2.0.x-imx' into 4.14-2.0.x-imxPhilippe Schenker
2019-03-23crypto: caam - fixed handling of sg listPankaj Gupta
2019-02-12MLK-20314: drivers: crypto: caam: alg: Enable GCM for newer LP CAAMFranck LENORMAND
2019-02-12MLK-19801: Add support of tagged keys in caamalgFranck LENORMAND
2019-02-12MLK-20109: drivers: crypto: Do not register ARC4 for imx8qxp and imx8qmFranck LENORMAND
2019-02-12MLK-19365: drivers: crypto: caamalg: ecb(aes) does not use IVFranck LENORMAND
2019-02-12MLK-18082: drivers: crypto: caam: Update copyrights to 2018Franck LENORMAND
2019-02-12MLK-17019 Correct CopyrightPeng Fan
2019-02-12MLK-15473-1: crypto: caam: Add CAAM driver support for iMX8 soc familyFranck LENORMAND
2019-02-12MA-9807: Fix ecb(aes) use without an IVRadu Solea
2019-02-12MLK-14611 Fix CBC mode support by returning a correct IVRadu Solea
2019-02-12MLK-14611 Add DES key complexity validationRadu Solea
2019-02-12MLK-9769-19 Add ARC4-ECB support for CAAM in i.MX6 familyWinston Hudson
2019-02-12MLK-9769-18 Add 3DES-ECB-EDE support for CAAM in i.MX6 familyWinston Hudson (b45308)
2019-02-12MLK-9769-17 Add AES-ECB support for CAAM in i.MX6 familyWinston Hudson (b45308)
2019-02-12MLK-9769-16 Add DES-ECB support for CAAM in i.MX6 familyWinston Hudson
2019-02-12MLK-9769-14 Add CRYPTO_ALG_KERN_DRIVER_ONLY flag to Freescale CAAM driverVictoria Milhoan (b42089)
2018-10-10crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă
2018-06-16crypto: caam - fix IV DMA mapping and updatingHoria Geantă
2018-06-16crypto: caam - fix DMA mapping dir for generated IVHoria Geantă
2017-07-18crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă
2017-07-12crypto: caam - properly set IV after {en,de}cryptDavid Gstir
2017-06-22crypto: caam - fix gfp allocation flags (part II)Horia Geantă
2017-06-22crypto: caam - fix gfp allocation flags (part I)Horia Geantă
2017-03-24crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă
2017-02-15crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă
2017-02-15crypto: caam - use dma_map_sg() return codeHoria Geantă
2017-02-15crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă
2017-02-15crypto: caam - check sg_count() return valueHoria Geantă
2017-02-15crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă
2016-12-01crypto: caam - pass key buffers with typesafe pointersArnd Bergmann
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-11-28crypto: caam - consolidate split key length computationHoria Geantă
2016-11-28crypto: caam - refactor encryption descriptors generationHoria Geantă
2016-11-28crypto: caam - rewrite some generic inline append cmdsHoria Geantă
2016-11-28crypto: caam - improve key inliningHoria Geantă
2016-11-28crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă
2016-11-28crypto: caam - group algorithm related paramsHoria Geantă
2016-11-28crypto: caam - move append_key_aead() into init_sh_desc_key_aead()Horia Geantă
2016-11-17crypto: caam - fix type mismatch warningArnd Bergmann
2016-11-13crypto: caam - fix DMA API mapping leak in ablkcipher codeHoria Geantă
2016-11-13crypto: caam - trivial code clean-upHoria Geantă
2016-11-13crypto: caam - remove unused command from aead givencryptHoria Geantă
2016-11-13crypto: caam - remove unused may_sleep in dbg_dump_sg()Horia Geantă
2016-11-13crypto: caam - fix smatch warningsHoria Geantă
2016-11-13crypto: caam - fix AEAD givenc descriptorsAlex Porosanu
2016-11-13crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld
2016-11-01crypto: caam - fix type mismatch warningArnd Bergmann