aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c
Commit message (Expand)AuthorAge
* crypto: caam - fix DKP detection logicHerbert Xu2019-05-09
* crypto: caam/jr - update gcm detection logicHoria Geantă2019-04-25
* crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-18
* crypto: caam - add missing put_device() callWen Yang2019-03-07
* crypto: caam - weak key checking for cbc des, 3desIuliana Prodan2019-02-15
* crypto: caam - add ecb(*) supportIuliana Prodan2019-02-15
* crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan2019-02-15
* crypto: caam - fixed handling of sg listPankaj Gupta2019-02-08
* crypto: caam - handle zero-length AEAD outputHoria Geantă2019-02-01
* crypto: caam - fix SHA support detectionHoria Geantă2019-01-10
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-20
* crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă2018-11-16
* crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă2018-11-16
* crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-16
* crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-09-21
|\
| * crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă2018-09-21
* | crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă2018-09-03
* | crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă2018-09-03
* | crypto: caam/jr - remove ablkcipher IV generationHoria Geantă2018-09-03
|/
* crypto: caam - fix IV DMA mapping and updatingHoria Geantă2018-04-20
* crypto: caam - fix DMA mapping dir for generated IVHoria Geantă2018-04-20
* crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-30
* crypto: caam - prepare for gcm(aes) support over QI interfaceHoria Geantă2018-02-15
* crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă2017-12-28
* crypto: caam - remove needless ablkcipher key copyHoria Geantă2017-12-28
* crypto: caam - Use GCM IV size constantCorentin LABBE2017-09-22
* crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă2017-07-18
* crypto: caam - properly set IV after {en,de}cryptDavid Gstir2017-07-12
* crypto: caam - fix gfp allocation flags (part II)Horia Geantă2017-06-22
* crypto: caam - fix gfp allocation flags (part I)Horia Geantă2017-06-22
* crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă2017-03-24
* crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2017-02-15
* crypto: caam - use dma_map_sg() return codeHoria Geantă2017-02-15
* crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă2017-02-15
* crypto: caam - check sg_count() return valueHoria Geantă2017-02-15
* crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă2017-02-15
* crypto: caam - pass key buffers with typesafe pointersArnd Bergmann2016-12-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-30
|\
| * crypto: caam - fix type mismatch warningArnd Bergmann2016-11-17
| * crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld2016-11-13
* | crypto: caam - consolidate split key length computationHoria Geantă2016-11-28
* | crypto: caam - refactor encryption descriptors generationHoria Geantă2016-11-28
* | crypto: caam - rewrite some generic inline append cmdsHoria Geantă2016-11-28
* | crypto: caam - improve key inliningHoria Geantă2016-11-28
* | crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă2016-11-28
* | crypto: caam - group algorithm related paramsHoria Geantă2016-11-28
* | crypto: caam - move append_key_aead() into init_sh_desc_key_aead()Horia Geantă2016-11-28
* | crypto: caam - fix DMA API mapping leak in ablkcipher codeHoria Geantă2016-11-13
* | crypto: caam - trivial code clean-upHoria Geantă2016-11-13