summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg2013-07-101-2/+0
* crypto: caam - fix inconsistent assoc dma mapping directionHoria Geanta2013-05-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-021-0/+6
|\
| * crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg2013-03-221-0/+6
* | Revert "crypto: caam - add IPsec ESN support"Horia Geanta2013-03-211-25/+2
|/
* crypto: caam - add IPsec ESN supportHoria Geanta2012-09-071-2/+25
* crypto: caam - coccicheck fixesKim Phillips2012-09-071-8/+8
* crypto: caam - set descriptor sharing type to SERIALKim Phillips2012-08-011-4/+4
* crypto: caam - chaining supportYuan Kang2012-06-271-44/+70
* crypto: caam - link_tbl renameYuan Kang2012-06-271-113/+113
* crypto: caam - refactor key_gen, sgYuan Kang2012-06-271-189/+8
* crypto: caam - remove jr register/deregisterYuan Kang2012-06-271-28/+2
* crypto: caam - support external seq in/out lengthsYuan Kang2012-06-271-2/+3
* crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips2012-06-271-5/+5
* crypto: caam - add backward compatible string sec4.0Shengzhou Liu2012-03-291-4/+10
* crypto: caam - be less noisy on startupKim Phillips2012-01-131-4/+4
* crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal2012-01-131-0/+115
OpenPOWER on IntegriCloud