aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caampkc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-03crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain1-0/+3
2021-09-24crypto: caam - disable pkc for non-E SoCsMichael Walle1-4/+15
2021-03-26crypto: caam - Provide the name of the function and provide missing descriptionsLee Jones1-1/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-14/+14
2020-04-16crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan1-2/+6
2020-02-22crypto: caam - add crypto_engine support for RSA algorithmsIuliana Prodan1-24/+104
2020-02-22crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan1-8/+8
2020-02-22crypto: caam - refactor RSA private key _done callbacksIuliana Prodan1-43/+18
2019-10-05crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan1-33/+39
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov1-4/+4
2019-08-09crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan1-19/+30
2019-08-09crypto: caam - execute module exit point only if necessaryIuliana Prodan1-0/+11
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă1-8/+12
2019-07-26crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang1-8/+3
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă1-2/+2
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan1-13/+26
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan1-17/+72
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă1-45/+5
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă1-2/+5
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov1-2/+0
2019-03-07crypto: caam - add missing put_device() callWen Yang1-4/+10
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă1-3/+7
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă1-0/+1
2018-08-25crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Horia Geantă1-10/+10
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ă1-0/+54
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-2/+2
2017-06-22crypto: caam - fix gfp allocation flags (part II)Horia Geantă1-2/+2
2017-06-10crypto: caampkc - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus1-3/+2
2017-05-18crypto: caam - add support for RSA key form 3Radu Alexe1-1/+218
2017-05-18crypto: caam - add support for RSA key form 2Radu Alexe1-17/+214
2017-05-18crypto: caam - incapsulate dropping leading zeros into functionRadu Alexe1-4/+9
2017-05-18crypto: caam - avoid kzalloc(0) in caam_read_raw_dataTudor Ambarus1-0/+2
2017-04-05crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă1-1/+1
2016-11-13crypto: caam - fix sparse warningsHoria Geantă1-2/+2
2016-07-05crypto: caam - add support for RSA algorithmTudor Ambarus1-0/+607