aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2020-06-01crypto: caam - update xts sector size for large input lengthAndrei Botila
2020-05-04crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă
2019-11-09crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă
2019-11-09crypto: caam/qi - fix error handling in ERN handlerHoria Geantă
2019-07-26crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel
2019-07-26crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă
2019-05-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-17crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan
2019-05-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-09Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu
2019-05-09crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan
2019-05-09crypto: caam - fix DKP detection logicHerbert Xu
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-03crypto: caam/qi2 - generate hash keys in-placeHoria Geantă
2019-05-03crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă
2019-05-03crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă
2019-04-25crypto: caam/jr - update gcm detection logicHoria Geantă
2019-04-25crypto: caam - fix spelling mistake "cannote" -> "cannot"Colin Ian King
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov
2019-04-18crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-04-18crypto: caam/jr - Remove extra memory barrier during job ring dequeueVakul Garg
2019-04-08crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter
2019-03-28crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan
2019-03-28crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg
2019-03-28crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg
2019-03-28crypto: caam/jr - Remove spinlock for output job ringVakul Garg
2019-03-28crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan
2019-03-22crypto: caam/jr - optimize job ring enqueue and dequeue operationsVakul Garg
2019-03-07crypto: caam - add missing put_device() callWen Yang
2019-02-28crypto: caam - remove redundant likely/unlikely annotationChengguang Xu
2019-02-28crypto: caam - generate hash keys in-placeHoria Geantă
2019-02-28crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă
2019-02-28crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND
2019-02-22crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă
2019-02-22crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă
2019-02-22crypto: caam/qi2 - use affine DPIOsHoria Geantă
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextHerbert Xu
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 - fix DMA mapping of stack memoryHoria Geantă
2019-02-01crypto: caam - fix indentation of goto labelRoland Hieber
2019-02-01crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01crypto: caam - handle zero-length AEAD outputHoria Geantă
2019-02-01crypto: caam - add support for cmac(aes)Iuliana Prodan
2019-01-11soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei
2019-01-11crypto: caam - add support for xcbc(aes)Iuliana Prodan
2019-01-11crypto: caam - create ahash shared descriptors only onceIuliana Prodan
2019-01-11crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan