summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg.c
AgeCommit message (Expand)Author
2017-07-21crypto: caam - properly set IV after {en,de}cryptDavid Gstir
2017-07-15crypto: caam - fix gfp allocation flags (part I)Horia Geantă
2017-01-06crypto: caam - fix AEAD givenc descriptorsAlex Porosanu
2016-11-17crypto: caam - fix type mismatch warningArnd Bergmann
2016-11-13crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld
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
2015-04-23crypto: caam - Remove bogus references to crypto API internalsHerbert Xu
2015-01-26crypto: caam - remove dead codeCristian Stoica
2014-11-12crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile
2014-11-06crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))Catalin Vasile
2014-11-06crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2Catalin Vasile
2014-11-06crypto: caam - add support for rfc3686(ctr(aes))Catalin Vasile
2014-11-06crypto: caam - add support for ctr(aes)Catalin Vasile
2014-11-06crypto: caam - add support for rfc4543(gcm(aes))Tudor Ambarus
2014-11-06crypto: caam - fix output sequence contiguity checkTudor Ambarus
2014-10-24crypto: caam - add support for rfc4106(gcm(aes))Tudor Ambarus
2014-10-24crypto: caam - add support for gcm(aes)Tudor Ambarus
2014-07-23crypto: caam - set DK (Decrypt Key) bit only for AES acceleratorHoria Geanta
2014-07-23crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta
2014-07-23crypto: caam - fix typo in dma_mapping_errorHoria Geanta
2014-07-10crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta
2014-06-25crypto: caam - Correct the dma mapping for sg tableRuchika Gupta
2014-05-13crypto: caam - reinitialize keys_fit_inline for decrypt and givencryptVakul Garg
2014-05-08crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta
2014-03-21crypto: caam - add support for aead null encryptionHoria Geanta
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta
2013-12-20crypto: caam - simplify and harden key parsingHoria Geanta
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta