summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - fix type mismatch warningArnd Bergmann2016-11-171-1/+1
* crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld2016-11-131-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-101-40/+37
|\
| * crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă2016-08-311-40/+37
* | crypto: caam - fix sg dumpCatalin Vasile2016-09-221-18/+61
* | crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile2016-09-071-42/+40
|/
* crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă2016-08-081-0/+3
* crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă2016-08-081-5/+5
* crypto: caam - add support for acipher xts(aes)Catalin Vasile2015-10-081-1/+137
* crypto: caam - dma_map_sg can handle chained SGLABBE Corentin2015-10-011-60/+34
* crypto: caam - Use the preferred style for memory allocationsFabio Estevam2015-08-241-1/+1
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-2/+1
* crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan2015-08-101-6/+62
* crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan2015-08-101-6/+6
* crypto: caam - Convert authenc to new AEAD interfaceHerbert Xu2015-08-041-1245/+1316
* crypto: caam - fix rfc4106 encap shared descriptorHoria Geant?2015-07-311-9/+15
* crypto: caam - Use new IV conventionHerbert Xu2015-07-141-26/+49
* crypto: caam - Set last bit on src SG listHerbert Xu2015-06-191-1/+1
* crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu2015-06-191-1/+2
* crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu2015-06-171-634/+686
* crypto: caam - Clamp AEAD SG list by input lengthHerbert Xu2015-06-091-12/+8
* crypto: caam - Use old_aead_algHerbert Xu2015-05-221-1/+1
* crypto: caam - Remove unnecessary reference to crt_aeadHerbert Xu2015-05-131-48/+48
* crypto: caam - Remove bogus references to crypto API internalsHerbert Xu2015-04-231-4/+0
* crypto: caam - remove dead codeCristian Stoica2015-01-261-7/+7
* crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile2014-11-121-4/+6
* crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))Catalin Vasile2014-11-061-4/+281
* crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2Catalin Vasile2014-11-061-26/+236
* crypto: caam - add support for rfc3686(ctr(aes))Catalin Vasile2014-11-061-5/+78
* crypto: caam - add support for ctr(aes)Catalin Vasile2014-11-061-5/+35
* crypto: caam - add support for rfc4543(gcm(aes))Tudor Ambarus2014-11-061-1/+457
* crypto: caam - fix output sequence contiguity checkTudor Ambarus2014-11-061-1/+2
* crypto: caam - add support for rfc4106(gcm(aes))Tudor Ambarus2014-10-241-15/+414
* crypto: caam - add support for gcm(aes)Tudor Ambarus2014-10-241-11/+331
* crypto: caam - set DK (Decrypt Key) bit only for AES acceleratorHoria Geanta2014-07-231-0/+7
* crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta2014-07-231-3/+31
* crypto: caam - fix typo in dma_mapping_errorHoria Geanta2014-07-231-1/+1
* crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta2014-07-101-0/+29
* crypto: caam - Correct the dma mapping for sg tableRuchika Gupta2014-06-251-4/+4
* crypto: caam - reinitialize keys_fit_inline for decrypt and givencryptVakul Garg2014-05-131-0/+3
* crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut2014-05-081-20/+8
* crypto: caam - add missing key_dma unmapHoria Geanta2014-03-211-0/+5
* crypto: caam - add support for aead null encryptionHoria Geanta2014-03-211-3/+324
* crypto: caam - remove error propagation handlingHoria Geanta2014-03-211-47/+7
* crypto: caam - simplify and harden key parsingHoria Geanta2013-12-201-23/+13
* crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta2013-11-281-22/+29
* crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta2013-10-301-72/+20
* crypto: caam - Add Platform driver for Job RingRuchika Gupta2013-10-301-1/+3
* crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu2013-09-131-0/+7
* crypto: caam - replace xstr macro with __stringifyAlex Porosanu2013-08-211-39/+39
OpenPOWER on IntegriCloud