summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorFilesLines
2019-01-10crypto: caam - fix SHA support detectionHoria Geantă3-1/+11
2019-01-10crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier1-6/+9
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers3-6/+6
2018-11-16crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă4-6/+154
2018-11-16crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă6-5/+354
2018-11-16crypto: caam/qi2 - add support for ChaCha20Horia Geantă4-4/+36
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă8-49/+184
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă11-57/+11
2018-10-17crypto: caam/qi - simplify CGR allocation, freeingHoria Geantă2-40/+5
2018-10-08crypto: caam/qi2 - avoid double exportArnd Bergmann1-1/+1
2018-10-05crypto: caam/qi2 - add CONFIG_NETDEVICES dependencyArnd Bergmann1-0/+1
2018-09-21crypto: caam/qi2 - add support for ahash algorithmsHoria Geantă3-1/+1750
2018-09-21crypto: caam - export ahash shared descriptor generationHoria Geantă5-70/+114
2018-09-21crypto: caam/qi2 - add skcipher algorithmsHoria Geantă3-1/+582
2018-09-21crypto: caam/qi2 - add DPAA2-CAAM driverHoria Geantă6-16/+3108
2018-09-21crypto: caam - add Queue Interface v2 error codesHoria Geantă3-4/+79
2018-09-21crypto: caam - add DPAA2-CAAM (DPSECI) backend APIHoria Geantă3-0/+908
2018-09-21crypto: caam - fix implicit casts in endianness helpersHoria Geantă1-14/+14
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ă4-253/+217
2018-09-04crypto: caam/jr - ablkcipher -> skcipher conversionHoria Geantă2-241/+208
2018-09-04crypto: caam/qi - remove ablkcipher IV generationHoria Geantă4-327/+20
2018-09-04crypto: caam/jr - remove ablkcipher IV generationHoria Geantă1-264/+11
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-15/+14
2018-08-25crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Horia Geantă1-10/+10
2018-08-25crypto: caam/qi - fix error path in xts setkeyHoria Geantă1-4/+2
2018-08-25crypto: caam/jr - fix descriptor DMA unmappingHoria Geantă1-1/+2
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-2/+2
2018-07-24staging: fsl-mc: Move DPIO from staging to drivers/soc/fslRoy Pledge2-2/+2
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-1/+1
2018-05-31crypto: caam/qi - fix warning in init_cgr()Horia Geantă1-3/+2
2018-05-31crypto: caam - fix rfc4543 descriptorsHoria Geantă1-2/+2
2018-05-31crypto: caam - fix MC firmware detectionHoria Geantă2-9/+13
2018-05-05crypto: caam - fix size of RSA prime factor qHoria Geantă1-4/+4
2018-04-21crypto: caam: - Use kmemdup() functionFabio Estevam1-8/+1
2018-04-21crypto: caam - strip input zeros from RSA input bufferHoria Geantă2-0/+62
2018-04-21crypto: caam - allow retrieving 'era' from registerFabio Estevam2-4/+58
2018-04-21crypto: caam - staticize caam_get_era()Fabio Estevam2-4/+1
2018-04-21crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă1-111/+116
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/qi - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-31crypto: caam - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-03-03crypto: caam - do not use mem and emi_slow clock for imx7xRui Miguel Silva1-15/+24
2018-03-03crypto: caam - Fix null dereference at error pathRui Miguel Silva1-3/+0
2018-02-15crypto: caam/qi - add GCM supportHoria Geantă1-0/+374
2018-02-15crypto: caam - prepare for gcm(aes) support over QI interfaceHoria Geantă3-25/+183
2018-02-15crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă2-3/+20