summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg.c
AgeCommit message (Expand)Author
2019-04-25crypto: caam/jr - update gcm detection logicHoria Geantă
2019-04-18crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-03-07crypto: caam - add missing put_device() callWen Yang
2019-02-15crypto: caam - weak key checking for cbc des, 3desIuliana Prodan
2019-02-15crypto: caam - add ecb(*) supportIuliana Prodan
2019-02-15crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan
2019-02-08crypto: caam - fixed handling of sg listPankaj Gupta
2019-02-01crypto: caam - handle zero-length AEAD outputHoria Geantă
2019-01-10crypto: caam - fix SHA support detectionHoria Geantă
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers
2018-11-16crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă
2018-11-16crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă
2018-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2018-09-21crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă
2018-09-04crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă
2018-09-04crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă
2018-09-04crypto: caam/jr - remove ablkcipher IV generationHoria Geantă
2018-04-21crypto: caam - fix IV DMA mapping and updatingHoria Geantă
2018-04-21crypto: caam - fix DMA mapping dir for generated IVHoria Geantă
2018-03-31crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-02-15crypto: caam - prepare for gcm(aes) support over QI interfaceHoria Geantă
2017-12-28crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă
2017-12-28crypto: caam - remove needless ablkcipher key copyHoria Geantă
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ă