aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caampkc.c
AgeCommit message (Expand)Author
2019-10-05crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan
2019-08-30crypto: caam - select DMA address size at runtimeAndrey Smirnov
2019-08-09crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan
2019-08-09crypto: caam - execute module exit point only if necessaryIuliana Prodan
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă
2019-07-26crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov
2019-03-07crypto: caam - add missing put_device() callWen Yang
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă
2018-08-25crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Horia Geantă
2018-05-05crypto: caam - fix size of RSA prime factor qHoria Geantă
2018-04-21crypto: caam: - Use kmemdup() functionFabio Estevam
2018-04-21crypto: caam - strip input zeros from RSA input bufferHoria Geantă
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-06-22crypto: caam - fix gfp allocation flags (part II)Horia Geantă
2017-06-10crypto: caampkc - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus
2017-05-18crypto: caam - add support for RSA key form 3Radu Alexe
2017-05-18crypto: caam - add support for RSA key form 2Radu Alexe
2017-05-18crypto: caam - incapsulate dropping leading zeros into functionRadu Alexe
2017-05-18crypto: caam - avoid kzalloc(0) in caam_read_raw_dataTudor Ambarus
2017-04-05crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă
2016-11-13crypto: caam - fix sparse warningsHoria Geantă
2016-07-05crypto: caam - add support for RSA algorithmTudor Ambarus