aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov1-1/+1
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel1-36/+13
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă1-30/+12
2019-08-09crypto: caam - check zero-length inputIuliana Prodan1-0/+6
2019-08-09crypto: caam - check assoclenIuliana Prodan1-8/+2
2019-08-09crypto: caam - check authsizeIuliana Prodan1-0/+13
2019-08-09crypto: caam - check key lengthIuliana Prodan1-31/+94
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă1-3/+2
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă1-14/+12
2019-06-20crypto: caam - update IV using HW supportHoria Geantă1-37/+51
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă1-18/+17
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel1-4/+5
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer1-4/+4
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer1-87/+58
2019-05-30crypto: caam - remove unused definesSascha Hauer1-7/+0
2019-05-30crypto: caam - print IV only when non NULLSascha Hauer1-3/+4
2019-05-23crypto: caam - print debugging hex dumps after unmappingSascha Hauer1-10/+11
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă1-40/+3
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă1-2/+28
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă1-0/+1
2019-05-09crypto: caam - fix DKP detection logicHerbert Xu1-2/+7
2019-04-25crypto: caam/jr - update gcm detection logicHoria Geantă1-7/+11
2019-04-18crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu1-12/+45
2019-03-07crypto: caam - add missing put_device() callWen Yang1-5/+7
2019-02-15crypto: caam - weak key checking for cbc des, 3desIuliana Prodan1-2/+2
2019-02-15crypto: caam - add ecb(*) supportIuliana Prodan1-42/+148
2019-02-15crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan1-7/+20
2019-02-08crypto: caam - fixed handling of sg listPankaj Gupta1-0/+1
2019-02-01crypto: caam - handle zero-length AEAD outputHoria Geantă1-8/+18
2019-01-10crypto: caam - fix SHA support detectionHoria Geantă1-1/+1
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers1-1/+1
2018-11-16crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă1-2/+2
2018-11-16crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă1-4/+217
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă1-14/+33
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă1-0/+1
2018-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-2/+2
2018-09-21crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă1-4/+4
2018-09-04crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă1-6/+6
2018-09-04crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă1-241/+207
2018-09-04crypto: caam/jr - remove ablkcipher IV generationHoria Geantă1-264/+11
2018-04-21crypto: caam - fix IV DMA mapping and updatingHoria Geantă1-121/+91
2018-04-21crypto: caam - fix DMA mapping dir for generated IVHoria Geantă1-12/+17
2018-03-31crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-02-15crypto: caam - prepare for gcm(aes) support over QI interfaceHoria Geantă1-6/+13
2017-12-28crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă1-33/+79
2017-12-28crypto: caam - remove needless ablkcipher key copyHoria Geantă1-6/+2
2017-09-22crypto: caam - Use GCM IV size constantCorentin LABBE1-5/+5
2017-07-18crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă1-51/+15
2017-07-12crypto: caam - properly set IV after {en,de}cryptDavid Gstir1-2/+18
2017-06-22crypto: caam - fix gfp allocation flags (part II)Horia Geantă1-4/+3