summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg.c
AgeCommit message (Expand)Author
2017-09-22crypto: caam - Use GCM IV size constantCorentin LABBE
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
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-09-22crypto: caam - fix sg dumpCatalin Vasile
2016-09-07crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile
2016-08-31crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă
2016-08-08crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă
2016-08-08crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă
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-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan
2015-08-10crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan
2015-08-04crypto: caam - Convert authenc to new AEAD interfaceHerbert Xu
2015-07-31crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?
2015-07-14crypto: caam - Use new IV conventionHerbert Xu
2015-06-19crypto: caam - Set last bit on src SG listHerbert Xu
2015-06-19crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu
2015-06-09crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu
2015-05-22crypto: caam - Use old_aead_algHerbert Xu
2015-05-13crypto: caam - Remove unnecessary reference to crt_aeadHerbert Xu