aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorFilesLines
2018-10-17crypto: caam - add SPDX license identifier to all filesGravatar Horia Geantă 11-57/+11
2018-10-17crypto: caam/qi - simplify CGR allocation, freeingGravatar Horia Geantă 2-40/+5
2018-10-08crypto: caam/qi2 - avoid double exportGravatar Arnd Bergmann 1-1/+1
2018-10-05crypto: caam/qi2 - add CONFIG_NETDEVICES dependencyGravatar Arnd Bergmann 1-0/+1
2018-09-21crypto: caam/qi2 - add support for ahash algorithmsGravatar Horia Geantă 3-1/+1750
2018-09-21crypto: caam - export ahash shared descriptor generationGravatar Horia Geantă 5-70/+114
2018-09-21crypto: caam/qi2 - add skcipher algorithmsGravatar Horia Geantă 3-1/+582
2018-09-21crypto: caam/qi2 - add DPAA2-CAAM driverGravatar Horia Geantă 6-16/+3108
2018-09-21crypto: caam - add Queue Interface v2 error codesGravatar Horia Geantă 3-4/+79
2018-09-21crypto: caam - add DPAA2-CAAM (DPSECI) backend APIGravatar Horia Geantă 3-0/+908
2018-09-21crypto: caam - fix implicit casts in endianness helpersGravatar Horia Geantă 1-14/+14
2018-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-2/+2
2018-09-21crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticGravatar Horia Geantă 1-4/+4
2018-09-04crypto: caam/qi - ablkcipher -> skcipher conversionGravatar Horia Geantă 4-253/+217
2018-09-04crypto: caam/jr - ablkcipher -> skcipher conversionGravatar Horia Geantă 2-241/+208
2018-09-04crypto: caam/qi - remove ablkcipher IV generationGravatar Horia Geantă 4-327/+20
2018-09-04crypto: caam/jr - remove ablkcipher IV generationGravatar Horia Geantă 1-264/+11
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-15/+14
2018-08-25crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Gravatar Horia Geantă 1-10/+10
2018-08-25crypto: caam/qi - fix error path in xts setkeyGravatar Horia Geantă 1-4/+2
2018-08-25crypto: caam/jr - fix descriptor DMA unmappingGravatar Horia Geantă 1-1/+2
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-2/+2
2018-07-24staging: fsl-mc: Move DPIO from staging to drivers/soc/fslGravatar Roy Pledge 2-2/+2
2018-07-09crypto: ahash - remove useless setting of cra_typeGravatar Eric Biggers 1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-1/+1
2018-05-31crypto: caam/qi - fix warning in init_cgr()Gravatar Horia Geantă 1-3/+2
2018-05-31crypto: caam - fix rfc4543 descriptorsGravatar Horia Geantă 1-2/+2
2018-05-31crypto: caam - fix MC firmware detectionGravatar Horia Geantă 2-9/+13
2018-05-05crypto: caam - fix size of RSA prime factor qGravatar Horia Geantă 1-4/+4
2018-04-21crypto: caam: - Use kmemdup() functionGravatar Fabio Estevam 1-8/+1
2018-04-21crypto: caam - strip input zeros from RSA input bufferGravatar Horia Geantă 2-0/+62
2018-04-21crypto: caam - allow retrieving 'era' from registerGravatar Fabio Estevam 2-4/+58
2018-04-21crypto: caam - staticize caam_get_era()Gravatar Fabio Estevam 2-4/+1
2018-04-21crypto: caam/qi - fix IV DMA mapping and updatingGravatar Horia Geantă 1-111/+116
2018-04-21crypto: caam - fix IV DMA mapping and updatingGravatar Horia Geantă 1-121/+91
2018-04-21crypto: caam - fix DMA mapping dir for generated IVGravatar Horia Geantă 1-12/+17
2018-03-31crypto: caam/qi - don't leak pointers to authenc keysGravatar Tudor-Dan Ambarus 1-0/+2
2018-03-31crypto: caam - don't leak pointers to authenc keysGravatar Tudor-Dan Ambarus 1-0/+2
2018-03-03crypto: caam - do not use mem and emi_slow clock for imx7xGravatar Rui Miguel Silva 1-15/+24
2018-03-03crypto: caam - Fix null dereference at error pathGravatar Rui Miguel Silva 1-3/+0
2018-02-15crypto: caam/qi - add GCM supportGravatar Horia Geantă 1-0/+374
2018-02-15crypto: caam - prepare for gcm(aes) support over QI interfaceGravatar Horia Geantă 3-25/+183
2018-02-15crypto: caam/qi - return -EBADMSG for ICV check failureGravatar Horia Geantă 2-3/+20
2018-02-08crypto: caam - fix endless loop when DECO acquire failsGravatar Horia Geantă 1-2/+6
2017-12-28crypto: caam - add Derived Key Protocol (DKP) supportGravatar Horia Geantă 9-171/+384
2017-12-28crypto: caam - save Era in driver's private dataGravatar Horia Geantă 2-1/+4
2017-12-28crypto: caam - remove needless ablkcipher key copyGravatar Horia Geantă 2-12/+4
2017-12-28crypto: caam - constify key dataGravatar Horia Geantă 2-8/+8
2017-12-11crypto: caam/qi - use correct print specifier for size_tGravatar Horia Geantă 1-3/+3
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 5-15/+17