summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - update IV using HW supportHoria Geantă2019-06-201-37/+51
* crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă2019-06-201-18/+17
* crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-06-061-4/+5
* crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer2019-05-301-4/+4
* crypto: caam - print debug messages at debug levelSascha Hauer2019-05-301-87/+58
* crypto: caam - remove unused definesSascha Hauer2019-05-301-7/+0
* crypto: caam - print IV only when non NULLSascha Hauer2019-05-301-3/+4
* crypto: caam - print debugging hex dumps after unmappingSascha Hauer2019-05-231-10/+11
* crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-231-40/+3
* crypto: caam - fix S/G table passing page boundaryHoria Geantă2019-05-231-2/+28
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-231-0/+1
* crypto: caam - fix DKP detection logicHerbert Xu2019-05-091-2/+7
* crypto: caam/jr - update gcm detection logicHoria Geantă2019-04-251-7/+11
* crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-12/+45
* crypto: caam - add missing put_device() callWen Yang2019-03-071-5/+7
* crypto: caam - weak key checking for cbc des, 3desIuliana Prodan2019-02-151-2/+2
* crypto: caam - add ecb(*) supportIuliana Prodan2019-02-151-42/+148
* crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan2019-02-151-7/+20
* crypto: caam - fixed handling of sg listPankaj Gupta2019-02-081-0/+1
* crypto: caam - handle zero-length AEAD outputHoria Geantă2019-02-011-8/+18
* crypto: caam - fix SHA support detectionHoria Geantă2019-01-101-1/+1
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-1/+1
* crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă2018-11-161-2/+2
* crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă2018-11-161-4/+217
* crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-161-14/+33
* crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-09-211-2/+2
|\
| * crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă2018-09-211-4/+4
* | crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă2018-09-041-6/+6
* | crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă2018-09-041-241/+207
* | crypto: caam/jr - remove ablkcipher IV generationHoria Geantă2018-09-041-264/+11
|/
* crypto: caam - fix IV DMA mapping and updatingHoria Geantă2018-04-211-121/+91
* crypto: caam - fix DMA mapping dir for generated IVHoria Geantă2018-04-211-12/+17
* crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: caam - prepare for gcm(aes) support over QI interfaceHoria Geantă2018-02-151-6/+13
* crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă2017-12-281-33/+79
* crypto: caam - remove needless ablkcipher key copyHoria Geantă2017-12-281-6/+2
* crypto: caam - Use GCM IV size constantCorentin LABBE2017-09-221-5/+5
* crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă2017-07-181-51/+15
* crypto: caam - properly set IV after {en,de}cryptDavid Gstir2017-07-121-2/+18
* crypto: caam - fix gfp allocation flags (part II)Horia Geantă2017-06-221-4/+3
* crypto: caam - fix gfp allocation flags (part I)Horia Geantă2017-06-221-2/+1
* crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă2017-03-241-4/+5
* crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2017-02-151-206/+69
* crypto: caam - use dma_map_sg() return codeHoria Geantă2017-02-151-62/+71
* crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă2017-02-151-101/+88
* crypto: caam - check sg_count() return valueHoria Geantă2017-02-151-2/+42
* crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă2017-02-151-4/+4
* crypto: caam - pass key buffers with typesafe pointersArnd Bergmann2016-12-011-30/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-301-0/+9
|\